Update comments to provide a better approximation of reality.
[oweals/openssl.git] / crypto / mem_dbg.c
index d084b8c6ca4ca63ea173d2f636593b7d421b6cd1..f3ad5ff235feccf249b400b5887f713191fdc371 100644 (file)
@@ -667,8 +667,6 @@ union void_fn_to_char_u
        void (*fn_p)();
        };
 
-static void (*mem_cb)()=NULL;
-
 static void cb_leak(MEM *m, char *cb)
        {
        union void_fn_to_char_u mem_callback;