Commit 871fd4ac authored by Robert Bradshaw's avatar Robert Bradshaw Committed by GitHub

Update Nodes.py

parent 77a2e6f3
......@@ -737,7 +737,6 @@ class CFuncDeclaratorNode(CDeclaratorNode):
self.exception_value = self.exception_value.analyse_const_expression(env)
if self.exception_check == '+':
exc_val_type = self.exception_value.type
print exc_val_type
if (not exc_val_type.is_error
and not exc_val_type.is_pyobject
and not (exc_val_type.is_cfunction
......
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