Commit 9f1cd70a authored by Stefan Behnel's avatar Stefan Behnel

prevent utility code of overloaded function entries from accidentally being...

prevent utility code of overloaded function entries from accidentally being written to the output file
parent 4ccacde4
......@@ -1500,8 +1500,6 @@ class NameNode(AtomicExprNode):
if entry.type.is_buffer:
import Buffer
Buffer.used_buffer_aux_vars(entry)
if entry.utility_code:
env.use_utility_code(entry.utility_code)
self.analyse_rvalue_entry(env)
def analyse_target_types(self, env):
......
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