From: wessels <> Date: Thu, 19 Feb 1998 03:04:20 +0000 (+0000) Subject: remove DTOI, DTOD crap X-Git-Tag: SQUID_3_0_PRE1~4067 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=364b9bb8bf6a36a3af4733f24b6967065ff48cbf;p=thirdparty%2Fsquid.git remove DTOI, DTOD crap --- diff --git a/src/structs.h b/src/structs.h index d7732fa0dc..573988970d 100644 --- a/src/structs.h +++ b/src/structs.h @@ -929,8 +929,6 @@ struct _StatLogHist { double min; double max; double scale; - DTOI *val_to_bin; - DTOD *bin_to_val; }; struct _StatCounters { diff --git a/src/typedefs.h b/src/typedefs.h index f4ee5a823f..bab0b2a4ca 100644 --- a/src/typedefs.h +++ b/src/typedefs.h @@ -101,8 +101,6 @@ typedef void PSC(peer *, void *); typedef void RH(void *data, char *); typedef void UH(void *data, wordlist *); typedef int DEFER(int fd, void *data); -typedef int DTOI(double); -typedef double DTOD(double); typedef void SIH(int fd, void *); /* swap in */ typedef int QS(const void *, const void *); /* qsort */