compiler/PPCCompilationError.st
changeset 518 a6d8b93441b0
parent 516 3b81c9e53352
child 534 a949c4fe44df
--- a/compiler/PPCCompilationError.st	Mon Aug 17 13:39:38 2015 +0100
+++ b/compiler/PPCCompilationError.st	Mon Aug 17 23:11:56 2015 +0100
@@ -15,9 +15,3 @@
     ^ self signal: message
 ! !
 
-!PPCCompilationError methodsFor:'signaling'!
-
-signalWith: message
-    self signal: message
-! !
-