remove resolve_to_register

which was, quite simply, from another era when more than message was pinned
This commit is contained in:
Torsten Ruger
2018-07-16 19:19:49 +03:00
parent 73645e1507
commit 280ea8a8c4
2 changed files with 0 additions and 18 deletions

View File

@ -13,8 +13,6 @@ module Risc
# from and to are translated (from symbol to register if neccessary)
# but index is left as is.
def self.byte_to_reg( source , array , index , to)
array = resolve_to_register( array)
to = resolve_to_register( to)
ByteToReg.new( source , array , index , to)
end
end