]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove DTOI, DTOD crap
authorwessels <>
Thu, 19 Feb 1998 03:04:20 +0000 (03:04 +0000)
committerwessels <>
Thu, 19 Feb 1998 03:04:20 +0000 (03:04 +0000)
src/structs.h
src/typedefs.h

index d7732fa0dc9d9955de3ce0bdc456b559e193c1f0..573988970dfce94f5d4a513178a0371959d66a1d 100644 (file)
@@ -929,8 +929,6 @@ struct _StatLogHist {
     double min;
     double max;
     double scale;
-    DTOI *val_to_bin;
-    DTOD *bin_to_val;
 };
 
 struct _StatCounters {
index f4ee5a823f52eb2af47034b7e5fcd790f4a10b14..bab0b2a4ca6596087634c6ada6652e741b580a88 100644 (file)
@@ -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 */