removed unneeded code

This commit is contained in:
2021-01-03 17:58:57 +00:00
parent 6720640ed7
commit 75ecff7aca
4 changed files with 61 additions and 13 deletions

View File

@ -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;