Skip to content

Commit 7394337

Browse files
committed
Remove old commented code
1 parent 3af8c2b commit 7394337

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/arch/zx48k/backend/__init__.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2301,17 +2301,6 @@ def emit_end():
23012301
output = []
23022302
output.extend(AT_END)
23032303

2304-
# if REQUIRES.intersection(MEMINITS) or '__MEM_INIT' in INITS:
2305-
# output.append(OPTIONS.heap_start_label + ':')
2306-
# output.append('; Defines DATA END\n' + 'ZXBASIC_USER_DATA_END EQU ZXBASIC_MEM_HEAP + ZXBASIC_HEAP_SIZE')
2307-
# else:
2308-
# output.append('; Defines DATA END --> HEAP size is 0\n' + 'ZXBASIC_USER_DATA_END:')
2309-
#
2310-
# output.append('; Defines USER DATA Length in bytes\n' +
2311-
# 'ZXBASIC_USER_DATA_LEN EQU ZXBASIC_USER_DATA_END - ZXBASIC_USER_DATA')
2312-
# output.append('.__LABEL__.ZXBASIC_USER_DATA_LEN EQU ZXBASIC_USER_DATA_LEN')
2313-
# output.append('.__LABEL__.ZXBASIC_USER_DATA EQU ZXBASIC_USER_DATA')
2314-
23152304
if OPTIONS.autorun:
23162305
output.append('END %s' % START_LABEL)
23172306
else:

0 commit comments

Comments
 (0)