From 4abb82936fbb1a297d0d5eb69f8dbdb4599a67f2 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Tue, 24 Dec 2013 12:45:13 -0500 Subject: Minor code cleanup. --- src/main/portfolio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/portfolio.cpp') diff --git a/src/main/portfolio.cpp b/src/main/portfolio.cpp index 56a05795a..21c1b60a3 100644 --- a/src/main/portfolio.cpp +++ b/src/main/portfolio.cpp @@ -38,7 +38,7 @@ int global_winner; template void runThread(int thread_id, boost::function threadFn, S& returnValue) { - /* Uncommment line to delay first thread, useful to unearth errors/debug */ + /* Uncomment line to delay first thread, useful to unearth errors/debug */ // if(thread_id == 0) { sleep(1); } returnValue = threadFn(); -- cgit v1.2.3