compiler/PPCSpecializingVisitor.st
changeset 525 751532c8f3db
parent 516 3b81c9e53352
parent 524 f6f68d32de73
--- a/compiler/PPCSpecializingVisitor.st	Tue Aug 18 22:46:10 2015 +0100
+++ b/compiler/PPCSpecializingVisitor.st	Mon Aug 24 15:56:20 2015 +0100
@@ -150,7 +150,6 @@
 !
 
 visitStarNode: node
-
     self visitChildren: node.
 
     (node child isKindOf: PPCMessagePredicateNode) ifTrue: [ 
@@ -188,7 +187,6 @@
 !
 
 visitTokenizingParserNode: node
-    self visitChild: node whitespace of: node.
     self visitChild: node parser of: node.
     ^ node
 !