Commit 2dd3cf7b authored by Stefan Behnel's avatar Stefan Behnel

remove dead comment

parent d7d82683
......@@ -3041,7 +3041,6 @@ class DefNode(FuncDefNode):
return False
if self.entry.is_special:
return False
# Should enable for module level as well, that will require more testing...
if self.entry.is_anonymous:
return True
if env.is_module_scope or env.is_c_class_scope:
......
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