--- np2/win9x/debuguty/Attic/unasm.cpp 2003/10/16 17:59:13 1.1 +++ np2/win9x/debuguty/Attic/unasm.cpp 2003/10/21 11:51:16 1.2 @@ -437,6 +437,7 @@ static void cat_hexs8x(UNASM_T *unasm_t, strcat(unasm_t->operand, buf); } +#if 0 static void cat_hexs8(UNASM_T *unasm_t, BYTE value) { char buf[16]; @@ -452,6 +453,7 @@ static void cat_hexs8(UNASM_T *unasm_t, wsprintf(unasm_t->extend, ";'%c'", value); } } +#endif static void cat_hex16(char *str, WORD value) {