Commit c04fbe2c authored by Stefan Behnel's avatar Stefan Behnel

Remove dead code.

parent 36468c23
......@@ -3756,7 +3756,6 @@ def p_template_definition(s):
def p_cpp_class_definition(s, pos, ctx):
# s.sy == 'cppclass'
s.next()
module_path = []
class_name = p_ident(s)
cname = p_opt_cname(s)
if cname is None and ctx.namespace is not None:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment