From 63678c3235c7267a8fb5384737a8ed64ea345c51 Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 9 Aug 2013 15:54:07 +0100 Subject: [PATCH] Remove comment in eprintf.c We do not prefix with the program name. --- util/eprintf.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/eprintf.c b/util/eprintf.c index 72bbd3c..13e2ece 100644 --- a/util/eprintf.c +++ b/util/eprintf.c @@ -33,8 +33,6 @@ enprintf(int status, const char *fmt, ...) void venprintf(int status, const char *fmt, va_list ap) { - /*fprintf(stderr, "%s: ", argv0);*/ - vfprintf(stderr, fmt, ap); if(fmt[0] && fmt[strlen(fmt)-1] == ':') {