compiler/TInlineAssemblyEndToken.st
changeset 14 fa42d3f1a578
parent 13 97090c2baa33
child 15 10a95d798b36
--- a/compiler/TInlineAssemblyEndToken.st	Sun Sep 20 12:01:42 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-"{ Package: 'jv:tea/compiler' }"
-
-"{ NameSpace: Smalltalk }"
-
-RBToken subclass:#TInlineAssemblyEndToken
-	instanceVariableNames:''
-	classVariableNames:''
-	poolDictionaries:''
-	category:'Languages-Tea-Compiler-AST'
-!
-
-!TInlineAssemblyEndToken methodsFor:'testing'!
-
-isTInlineAssemblyEnd
-    ^ true
-
-    "Created: / 02-09-2015 / 06:20:19 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-! !
-