remove unused variable class

This commit is contained in:
Torsten Ruger
2016-12-15 19:43:53 +02:00
parent dc56274940
commit 886220d388
3 changed files with 0 additions and 21 deletions

View File

@ -132,7 +132,6 @@ module Register
:TypedMethod => {:name => :Word, :source => :Object, :instructions => :Object, :binary => :Object,
:arguments => :Type , :for_type => :Type, :locals => :Type } ,
:Value => {},
:Variable => {:value_type => :Class, :name => :Word , :value => :Object}
}
end