Scanner.st
changeset 2395 51812f3c290a
parent 2333 87bb36ee7061
child 2452 68a907bd9bd1
--- a/Scanner.st	Tue May 11 12:07:08 2010 +0200
+++ b/Scanner.st	Tue May 11 13:41:30 2010 +0200
@@ -61,13 +61,6 @@
 	privateIn:Scanner::Directive
 !
 
-Query subclass:#DoNotShowCompilerWarningAgainActionQuery
-	instanceVariableNames:''
-	classVariableNames:''
-	poolDictionaries:''
-	privateIn:Scanner
-!
-
 !Scanner class methodsFor:'documentation'!
 
 bugs
@@ -3265,20 +3258,14 @@
     ^ true
 ! !
 
-!Scanner::DoNotShowCompilerWarningAgainActionQuery class methodsFor:'queries'!
-
-actionQuery
-    ^ self query
-! !
-
 !Scanner class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.254 2010-02-08 12:03:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.255 2010-05-11 11:41:30 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.254 2010-02-08 12:03:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.255 2010-05-11 11:41:30 cg Exp $'
 ! !
 
 Scanner initialize!