remove dead code

This commit is contained in:
Torsten Ruger
2018-03-18 10:50:37 +05:30
parent c5ec532616
commit be79388cc5
3 changed files with 3 additions and 10 deletions

View File

@ -7,10 +7,6 @@ module Mom
def to_risc(m)
Risc::Label.new(self.class.name, self.class.name + "_todo")
end
# implement flatten as noop to avoid condition
def flatten( options = {} )
return self
end
end
# A label with a name