Skip to content
Snippets Groups Projects
  • Andrew Cooks's avatar
    fbf6812d
    add cleanup to remove dead code comments · fbf6812d
    Andrew Cooks authored
    Remove comments like
     /* foo(bar); */
    and
     /* foo->bar = baz; */
    and
     /* foo = bar->baz; */
    
    This doesn't get rid of all dead code. As usual the result was visually
    checked for false positives to ensure that no accidental content
    removals occurred.
    
    (cherry picked from commit f2d0a35a)
    fbf6812d
    History
    add cleanup to remove dead code comments
    Andrew Cooks authored
    Remove comments like
     /* foo(bar); */
    and
     /* foo->bar = baz; */
    and
     /* foo = bar->baz; */
    
    This doesn't get rid of all dead code. As usual the result was visually
    checked for false positives to ensure that no accidental content
    removals occurred.
    
    (cherry picked from commit f2d0a35a)