X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Finc.c;h=2f7001ee0daa3b820c6e0bd884fb312becb471b8;hb=ad3fe946829f332d241a789c4e7758d6f7aba003;hp=15aef0e8a986ee70e6d7381cfe1ebd0bac1bb88a;hpb=cff8de7654cf393a494b01a587bd4d503d15a5e3;p=mmh diff --git a/uip/inc.c b/uip/inc.c index 15aef0e..2f7001e 100644 --- a/uip/inc.c +++ b/uip/inc.c @@ -245,9 +245,6 @@ main (int argc, char **argv) if (pophost && *pophost) host = pophost; - if ((cp = getenv ("MHPOPDEBUG")) && *cp) - snoop++; - while ((cp = *argp++)) { if (*cp == '-') { switch (smatch (++cp, switches)) {