From 067cde8d4339962137ae24c13974044365f76412 Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Wed, 21 May 2014 19:34:58 +0300 Subject: [PATCH] remove remnant of old dsl --- lib/vm/values.rb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/vm/values.rb b/lib/vm/values.rb index 89db88b6..568723f9 100644 --- a/lib/vm/values.rb +++ b/lib/vm/values.rb @@ -21,12 +21,6 @@ module Vm # just a base class for data. not sure how this will be usefull (may just have read too much llvm) class Value < Code - # part of the dsl, ie serves to make code like value.is a + b work - # ie we save the receier as the result into the instruction and pass that back - def is instruction - instruction.assign self - instruction - end def type self.class end