compiler/extensions.st
changeset 525 751532c8f3db
parent 522 837963c607a6
parent 524 f6f68d32de73
child 529 439c4057517f
--- a/compiler/extensions.st	Tue Aug 18 22:46:10 2015 +0100
+++ b/compiler/extensions.st	Mon Aug 24 15:56:20 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