]> diplodocus.org Git - nmh/commitdiff
Removed discard() call in post(8). It was only used with -debug
authorDavid Levine <levinedl@acm.org>
Fri, 4 Jan 2013 04:32:28 +0000 (22:32 -0600)
committerDavid Levine <levinedl@acm.org>
Fri, 4 Jan 2013 04:32:28 +0000 (22:32 -0600)
and seemed to serve no useful purpose any more.  Its comment
said that it was needed to help the loader.

uip/post.c

index ffc9de803fe63ff8dee4067f83d3f31153413e44..c81f0fcc0af4b6b89adb6245c65cbed05f7b1647 100644 (file)
@@ -558,7 +558,7 @@ main (int argc, char **argv)
     start_headers ();
     if (debug) {
        verbose++;
-       discard (out = stdout); /* XXX: reference discard() to help loader */
+       out = stdout;
     } else {
        if (whomsw) {
            if ((out = fopen ("/dev/null", "w")) == NULL)