]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Reversed r11339: Rock Store no longer needs time_msec parsing functions.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sat, 10 Sep 2011 04:22:16 +0000 (22:22 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sat, 10 Sep 2011 04:22:16 +0000 (22:22 -0600)
Until they are reshaped to be available for name=time_msec options parsing,
that is.

src/cache_cf.cc

index 27aff6a5d18e563d326440966f132f6439404337..a2a3271efb9fa6c62b1d9b4ff2febccd1ab7f371 100644 (file)
@@ -3049,6 +3049,7 @@ free_time_t(time_t * var)
     *var = 0;
 }
 
+#if !USE_DNSSERVERS
 static void
 dump_time_msec(StoreEntry * entry, const char *name, time_msec_t var)
 {
@@ -3069,6 +3070,7 @@ free_time_msec(time_msec_t * var)
 {
     *var = 0;
 }
+#endif
 
 #if UNUSED_CODE
 static void