compiler/TProgramNodeVisitor.st
changeset 14 fa42d3f1a578
parent 9 569bf5707c7e
child 16 17a2d1d9f205
--- a/compiler/TProgramNodeVisitor.st	Sun Sep 20 12:01:42 2015 +0100
+++ b/compiler/TProgramNodeVisitor.st	Tue Sep 22 17:43:38 2015 +0100
@@ -25,12 +25,6 @@
 
 !TProgramNodeVisitor methodsFor:'visitor-double dispatching'!
 
-acceptInlineAssemblyNode: aMethodNode 
-    self acceptBlockNode: aMethodNode.
-
-    "Created: / 02-09-2015 / 06:52:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
 acceptMethodNode: aMethodNode 
     super acceptMethodNode: aMethodNode.
     self visitNode: aMethodNode returnTypeSpec