diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2012-03-13 12:40:58 +0100 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-03-13 12:40:58 +0100 |
commit | 4a444c0bfca2ef61de6f22cee79104990493c9ae (patch) | |
tree | 8d14c1eafb44d0d214d818863e861824447e31f5 /perf | |
parent | ecfd971cd3321f41a53e03e937fc3f12732b9019 (diff) | |
parent | 67c0bc5092cde58fc33205a29ccad6b8230104db (diff) |
Merge branch 'for-sustrik' of git.lucina.net:libxs
Diffstat (limited to 'perf')
-rw-r--r-- | perf/local_lat.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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)); |