clean_up: checking errno at exit does not make sense
[debian/dhcpd-pools.git] / src / other.c
index fe5f34c..d8f9ac4 100644 (file)
@@ -77,9 +77,6 @@ void clean_up(void)
 {
        int ret;
 
-       if (errno) {
-               warn("clean_up: errno (%d) set but not checked in correct place.\nif this is repeatable send strace output as a bug report", errno);
-       }
        /* Just in case there something in buffers */
        ret = fflush(stdout);
        if (errno || ret) {