Removed '#if 0'-ed code.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@706 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1996-09-01 05:45:20 +00:00
parent 68755f36f2
commit a159babd9a

View File

@@ -251,9 +251,6 @@ zrefresh()
/* Child */ /* Child */
execlp("zrefresh", "zrefresh", 0); execlp("zrefresh", "zrefresh", 0);
execl(BINDIR "/zrefresh", "zrefresh", 0); execl(BINDIR "/zrefresh", "zrefresh", 0);
#if 0
fprintf(stderr, "Warning %s: Failed to exec zrefresh\n", ProgName);
#endif
return -1; return -1;
default: default:
/* Parent */ /* Parent */