removed unneeded code
This commit is contained in:
@ -84,7 +84,6 @@ enum
|
||||
WORD_FALSE,
|
||||
|
||||
WORD_SET,
|
||||
WORD_CFRAME,
|
||||
WORD_PRIM,
|
||||
|
||||
WORD_FUNCTION,
|
||||
@ -655,10 +654,6 @@ next:
|
||||
break;
|
||||
}
|
||||
|
||||
case HCL_BRAND_CFRAME:
|
||||
word_index = WORD_CFRAME;
|
||||
goto print_word;
|
||||
|
||||
case HCL_BRAND_PRIM:
|
||||
word_index = WORD_PRIM;
|
||||
goto print_word;
|
||||
|
Reference in New Issue
Block a user