A small patch, I'm almost embarrassed submitting it!

Index: hrtimer.cpp
===================================================================
--- hrtimer.cpp (revision 7778)
+++ hrtimer.cpp (working copy)
@@ -70,7 +70,6 @@
  gettimeofday(&now, NULL);
  return (TimerWord)now.tv_sec * 1000000 + now.tv_usec;
 #else
- clock_t now;
  return clock();
 #endif
 }

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to