compiler/extensions.st
changeset 524 f6f68d32de73
parent 515 b5316ef15274
child 525 751532c8f3db
--- a/compiler/extensions.st	Mon Aug 17 12:13:16 2015 +0100
+++ b/compiler/extensions.st	Mon Aug 24 15:34:14 2015 +0100
@@ -293,20 +293,6 @@
     position := anInteger
 ! !
 
-!PPJavaWhitespaceParser methodsFor:'*petitcompiler'!
-
-= anotherParser
-    anotherParser == self ifTrue: [ ^ true ].
-   anotherParser class = self class ifFalse: [ ^ false ].
- ^ anotherParser name = self name
-! !
-
-!PPJavaWhitespaceParser methodsFor:'*petitcompiler'!
-
-hash
-    ^ self name hash
-! !
-
 !PPLiteralObjectParser methodsFor:'*petitcompiler'!
 
 asCompilerNode