aboutsummaryrefslogtreecommitdiffstats
path: root/mutator_aux.cpp
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-01-03 21:10:32 +0000
committerbloodstalker <thabogre@gmail.com>2017-01-03 21:10:32 +0000
commite9c6be04efcc6fac58be5cd9684226c35c731515 (patch)
tree3210c2b3c8b4162e41990183588af6ac48488c3b /mutator_aux.cpp
parentfixed all ppcallbacks for macro expands. they now work correctly and actually... (diff)
downloadmutator-e9c6be04efcc6fac58be5cd9684226c35c731515.tar.gz
mutator-e9c6be04efcc6fac58be5cd9684226c35c731515.zip
deleted a comment
Diffstat (limited to '')
-rw-r--r--mutator_aux.cpp1
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")