fix compare
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 23 May 2006 19:42:39 +0000 (19:42 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 23 May 2006 19:42:39 +0000 (19:42 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1836 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/ltt/time.h

index 00e3aa54cdf6b2322c39f64fdf61ccf3ef2eca17..5b4005220b572d938da32a7bf854a85156748f3e 100644 (file)
@@ -86,10 +86,6 @@ static inline LttTime ltt_time_add(LttTime t1, LttTime t2)
   return res;
 }
 
-if t1>t2 return 1
-
-if t1-t1 > 0 return 1
-
 /* Fastest comparison : t1 > t2 */
 static inline int ltt_time_compare(LttTime t1, LttTime t2)
 {
This page took 0.023609 seconds and 4 git commands to generate.