remove dead code that was produced
This commit is contained in:
@ -2,11 +2,7 @@ module Mom
|
||||
class MethodMissing < Macro
|
||||
def to_risc(compiler)
|
||||
builder = compiler.builder(compiler.source_name)
|
||||
builder.build do
|
||||
factory! << Parfait.object_space.get_factory_for(:Integer)
|
||||
integer_tmp! << factory[:reserve]
|
||||
Mom::Macro.emit_syscall( builder , :died ) #uses integer_tmp
|
||||
end
|
||||
builder.add_code Risc::Syscall.new("Method_missing_died", :died )
|
||||
return compiler
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user