lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 1cf2bd8c authored by John Ehresman's avatar John Ehresman

Revert "Add use utility call for methods so that proto and impl are written to .c file"

This reverts commit b4a04af3d02e7da6510688e3a1c49d056b4f3c19.

--HG--
extra : rebase_source : 004aa4e5c007209cbc4c5466cde217ff43a2a717
parent 79fd315e
......@@ -3753,8 +3753,6 @@ class AttributeNode(ExprNode):
if entry.is_variable or entry.is_cmethod:
self.type = entry.type
self.member = entry.cname
if entry.utility_code:
env.use_utility_code(entry.utility_code)
return
else:
# If it's not a variable or C method, it must be a Python
......
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