Remove node_is_object, not used anymore

This commit is contained in:
Dave Halter
2019-08-22 23:13:42 +02:00
parent faf6752ff8
commit 6d5e9f4b0f
2 changed files with 18 additions and 22 deletions
-1
View File
@@ -293,7 +293,6 @@ def _create(inference_state, access_handle, parent_context, *args):
module_context.create_context(
tree_node,
node_is_value=True,
node_is_object=True
)._value
# TODO private access!
})