diff options
Diffstat (limited to 'perf')
| -rw-r--r-- | perf/perf.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/perf/perf.c b/perf/perf.c index 40b9c1f3..419d729f 100644 --- a/perf/perf.c +++ b/perf/perf.c @@ -20,17 +20,6 @@ // API, so don't be lazy like this! All nni_ symbols are subject to // change without notice, and not part of the stable API or ABI. #include "core/nng_impl.h" -#include "core/thread.c" -#include "core/clock.c" -#include "platform/posix/posix_impl.h" -#include "platform/posix/posix_alloc.c" -#include "platform/posix/posix_clock.c" -#include "platform/posix/posix_debug.c" -#include "platform/posix/posix_thread.c" -#include "platform/windows/win_impl.h" -#include "platform/windows/win_clock.c" -#include "platform/windows/win_debug.c" -#include "platform/windows/win_thread.c" static void latency_client(const char *, int, int); static void latency_server(const char *, int, int); @@ -107,12 +96,6 @@ nop(void) return (0); } -int -nni_init(void) -{ - return (nni_plat_init(nop)); -} - static void die(const char *fmt, ...) { |
