ruby: slicc: remove nextLineHack from Type.py

This commit is contained in:
Nilay Vaish 2015-09-08 19:32:04 -05:00
parent bc5be9ac43
commit f611d4f22e

View file

@ -272,8 +272,6 @@ $klass ${{self.c_ident}}$parent
code.indent()
for dm in self.data_members.values():
code('m_${{dm.ident}} = local_${{dm.ident}};')
if "nextLineCallHack" in dm:
code('m_${{dm.ident}}${{dm["nextLineCallHack"]}};')
code.dedent()
code('}')