ruby: slicc: remove nextLineHack from Type.py
This commit is contained in:
parent
bc5be9ac43
commit
f611d4f22e
1 changed files with 0 additions and 2 deletions
|
@ -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('}')
|
||||
|
|
Loading…
Reference in a new issue