]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/log.c
Merge pull request #104 from opensourcerouting/time-cleanup
[mirror_frr.git] / lib / log.c
index 13592a024040de93ff0436a58e46d1b0d504fb76..b8e505f347c5681caa1a80814011bb8d21d38a14 100644 (file)
--- a/lib/log.c
+++ b/lib/log.c
@@ -118,7 +118,6 @@ quagga_timestamp(int timestamp_precision, char *buf, size_t buflen)
   } cache;
   struct timeval clock;
 
-  /* would it be sufficient to use global 'recent_time' here?  I fear not... */
   gettimeofday(&clock, NULL);
 
   /* first, we update the cache if the time has changed */