Remove accidental code duplication.

This commit is contained in:
Danila Fedorin 2016-11-29 23:12:01 -08:00
parent 1f54d88867
commit 7616cef9cc

View File

@ -231,8 +231,6 @@ int main(int argc, char *argv[])
break;
#ifdef WTV_DEBUG
case CCX_SM_HEX_DUMP:
close_input_file(ctx); // processhex will open it in text mode
processhex (ctx, ctx->inputfile[0]);
close_input_file(ctx); // process_hex will open it in text mode
process_hex (ctx, ctx->inputfile[0]);
break;