diff options
author | Tim Besard <tim.besard@gmail.com> | 2011-11-21 10:56:18 +0100 |
---|---|---|
committer | Tim Besard <tim.besard@gmail.com> | 2011-11-21 10:56:18 +0100 |
commit | f70080b4a8145bc11dd2877ceefb191b77f96772 (patch) | |
tree | d669cd9a85448a4e7f811095abdf3200d380ae6d | |
parent | 1f00352cc6436fe7d82edcceeb86fae4a9d31bf9 (diff) |
Removing dead code.
-rw-r--r-- | src/main.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.cpp b/src/main.cpp index 7e297d8..ae591b2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -70,11 +70,6 @@ int main(int argc, char* argv[]) { return 0; } -#if defined(UNDEFINED) - e.print(); - if (argv != NULL) return 0; -#endif - SpinBarrier sb(e.num_threads); Run r[e.num_threads]; for (int i = 0; i < e.num_threads; i++) { |