diff options
Diffstat (limited to 'mutator_aux.cpp')
-rw-r--r-- | mutator_aux.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mutator_aux.cpp b/mutator_aux.cpp index e34ec65..0bbba8f 100644 --- a/mutator_aux.cpp +++ b/mutator_aux.cpp @@ -31,7 +31,6 @@ SourceLocation SourceLocationHasMacro (SourceLocation SL, Rewriter &Rewrite, std if (Kind == "start") { - /*get the startloc.*/ return (expansionRange.first); } else if (Kind == "end") |