From a7f2788b267fd12efd5abb0182efb920a30f77bc Mon Sep 17 00:00:00 2001 From: henri Date: Wed, 23 Jan 2013 22:06:35 +0000 Subject: [PATCH] Removed another forgotten vestige of nsock_trace. --- nsock/src/nsock_internal.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/nsock/src/nsock_internal.h b/nsock/src/nsock_internal.h index 0cecc342f..a43345519 100644 --- a/nsock/src/nsock_internal.h +++ b/nsock/src/nsock_internal.h @@ -444,8 +444,6 @@ void handle_timer_result(mspool *ms, msevent *nse, enum nse_status status); void handle_pcap_read_result(mspool *ms, msevent *nse, enum nse_status status); #endif -void nsock_trace(mspool *ms, char *fmt, ...) __attribute__ ((format (printf, 2, 3))); - /* An event has been completed and the handler is about to be called. This * function writes out tracing data about the event if necessary */ void nsock_trace_handler_callback(mspool *ms, msevent *nse);