shithub: rgbds

Download patch

ref: 3c43cc14d9c043ac84c8bb68099c98f4d7bf87f4
parent: 52081f32f06256bbc5fb3e75f5f6694e2a51e707
author: AntonioND <[email protected]>
date: Wed Apr 5 19:14:01 EDT 2017

Remove unused code

Signed-off-by: AntonioND <[email protected]>

--- a/src/asm/globlex.c
+++ b/src/asm/globlex.c
@@ -302,9 +302,6 @@
 	{"ds", T_POP_DS},
 	{NAME_DB, T_POP_DB},
 	{NAME_DW, T_POP_DW},
-#ifdef NAME_DL
-	{NAME_DL, T_POP_DL},
-#endif
 	{"section", T_POP_SECTION},
 	{"purge", T_POP_PURGE},
 
@@ -346,9 +343,6 @@
 
 	{NAME_RB, T_POP_RB},
 	{NAME_RW, T_POP_RW},
-#ifdef NAME_RL
-	{NAME_RL, T_POP_RL},
-#endif
 	{"equ", T_POP_EQU},
 	{"equs", T_POP_EQUS},