diff options
| author | bloodstalker <thabogre@gmail.com> | 2017-01-03 21:10:32 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2017-01-03 21:10:32 +0000 | 
| commit | e9c6be04efcc6fac58be5cd9684226c35c731515 (patch) | |
| tree | 3210c2b3c8b4162e41990183588af6ac48488c3b | |
| parent | fixed all ppcallbacks for macro expands. they now work correctly and actually... (diff) | |
| download | mutator-e9c6be04efcc6fac58be5cd9684226c35c731515.tar.gz mutator-e9c6be04efcc6fac58be5cd9684226c35c731515.zip | |
deleted a comment
| -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") | 
