[hornetq-commits] JBoss hornetq SVN: r12163 - branches/Branch_2_2_AS7/native/src.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Feb 22 15:19:39 EST 2012


Author: clebert.suconic at 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))



More information about the hornetq-commits mailing list