From a159babd9a46ab615278e730b08b1f60aa1f2a4c Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 1 Sep 1996 05:45:20 +0000 Subject: [PATCH] Removed '#if 0'-ed code. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@706 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/xnlock/xnlock.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/appl/xnlock/xnlock.c b/appl/xnlock/xnlock.c index 4322dc175..7bdfe87d5 100644 --- a/appl/xnlock/xnlock.c +++ b/appl/xnlock/xnlock.c @@ -251,9 +251,6 @@ zrefresh() /* Child */ execlp("zrefresh", "zrefresh", 0); execl(BINDIR "/zrefresh", "zrefresh", 0); -#if 0 - fprintf(stderr, "Warning %s: Failed to exec zrefresh\n", ProgName); -#endif return -1; default: /* Parent */