Author: clebert.suconic(a)jboss.com
Date: 2012-02-22 15:19:39 -0500 (Wed, 22 Feb 2012)
New Revision: 12163
Modified:
branches/Branch_2_2_AS7/native/src/AsyncFile.cpp
Log:
removing unused variable
Modified: branches/Branch_2_2_AS7/native/src/AsyncFile.cpp
===================================================================
--- branches/Branch_2_2_AS7/native/src/AsyncFile.cpp 2012-02-22 20:00:12 UTC (rev 12162)
+++ branches/Branch_2_2_AS7/native/src/AsyncFile.cpp 2012-02-22 20:19:39 UTC (rev 12163)
@@ -111,11 +111,7 @@
LockClass lock(&pollerMutex);
pollerRunning=1;
- struct timespec oneSecond;
- oneSecond.tv_sec = 1;
- oneSecond.tv_nsec = 0;
-
while (pollerRunning)
{
if (isException(threadContext))
Show replies by date