compiler/PPCSpecializingVisitor.st
changeset 524 f6f68d32de73
parent 515 b5316ef15274
child 525 751532c8f3db
--- a/compiler/PPCSpecializingVisitor.st	Mon Aug 17 12:13:16 2015 +0100
+++ b/compiler/PPCSpecializingVisitor.st	Mon Aug 24 15:34:14 2015 +0100
@@ -149,7 +149,6 @@
 !
 
 visitStarNode: node
-
     self visitChildren: node.
 
     (node child isKindOf: PPCMessagePredicateNode) ifTrue: [ 
@@ -187,7 +186,6 @@
 !
 
 visitTokenizingParserNode: node
-    self visitChild: node whitespace of: node.
     self visitChild: node parser of: node.
     ^ node
 !