summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm6
1 files changed, 0 insertions, 6 deletions
diff --git a/macros.asm b/macros.asm
index 8147fc4ab..7ed3ecf36 100644
--- a/macros.asm
+++ b/macros.asm
@@ -142,9 +142,3 @@ bcd: MACRO
shift
endr
ENDM
-
-add_n_times: MACRO
- rept \3
- add \1, \2
- endr
-ENDM