Remove temporary hack

This commit is contained in:
Nyall Dawson 2024-08-12 20:15:12 +10:00
parent a2048773e7
commit 60d632a400

View File

@ -1479,12 +1479,9 @@ while line_idx < line_count:
)
exported.pop()
try:
if classname:
classname.pop()
class_and_struct.pop()
except IndexError:
print('arghghghg')
pass
if len(access) == 1:
dbg_info("reached top level")