From 5749a18faea208ad19f39612c3c55166ca409fef Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Tue, 13 Mar 2012 12:19:31 +0100 Subject: xs_utils cleanup 1/2 (minimize exported api) Reduced xs_utils to the minimum functions required (xs_stopwatch_*) xs_sleep, xs_thread_* are internal to unit tests and have been moved to testutil.hpp, useless use of xs_sleep in perf/ has been removed. Signed-off-by: Martin Lucina --- perf/local_lat.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'perf') diff --git a/perf/local_lat.cpp b/perf/local_lat.cpp index ca6a1e3..86adb2f 100644 --- a/perf/local_lat.cpp +++ b/perf/local_lat.cpp @@ -91,8 +91,6 @@ int main (int argc, char *argv []) return -1; } - xs_sleep (1); - rc = xs_close (s); if (rc != 0) { printf ("error in xs_close: %s\n", xs_strerror (errno)); -- cgit v1.2.3