Commit 792d9533 authored by Jean-Frederic Clere's avatar Jean-Frederic Clere
Browse files

Remove useless code.

parent 6cc87e43
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -286,11 +286,7 @@ int main(int argc, const char * const argv[])
        if (repeat>0)
            repeat--;
        apr_pool_destroy(instance);
        /* If something goes really wrong we should clean all */
        if (0) {
            apr_pool_destroy(instance_socket);
            instance_socket = NULL;
        }
        /* If something goes really wrong we should clean all, via apr_pool_destroy(instance_socket) */
    }
    if (interrupted) {
        apr_file_printf(errfile, "Monitoring aborted due to user "