Remove debugging code accidentally left in place in
r13-5373-g80cf2c5e8f496b.
Signed-off-by: Iain Sandoe <iain@sandoe.co.uk>
PR modula2/108553
gcc/m2/ChangeLog:
* gm2-lang.cc (gm2_langhook_init_options): Remove debug code.
M2Options_SetVerbose (value);
/* FALLTHROUGH */
default:
+ /* We handled input files above. */
if (code >= N_OPTS)
- {
- // FIXME remove debug.
- fprintf(stderr, "%s : %s\n", opt, (arg ? arg : ""));
- break;
- }
+ break;
/* Do not pass Modula-2 args to the preprocessor, any that we care
about here should already have been handled above. */
if (option->flags & CL_ModulaX2)