diff options
Diffstat (limited to 'msg.c')
-rw-r--r-- | msg.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -46,8 +46,6 @@ err(const char *s, const char *emsg, va_list argp) (void) fflush(output_fp); me = myname; - if (strncmp(me, "dgawk", 5) == 0) - me = &myname[1]; (void) fprintf(stderr, "%s: ", me); #ifdef GAWKDEBUG if (srcfile != NULL) { |