]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed useless typedefs.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 1 Dec 2011 06:36:36 +0000 (07:36 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 1 Dec 2011 06:36:36 +0000 (07:36 +0100)
ConnCloseHelperData, DynPool, Meta_data and body_size typedefs
are unused and meaningless.

src/typedefs.h

index 1acfdb664fa7bf7c5d82ecad5b53de0e7601cb94..b68c50ed61098f721dcc4ef78bc8868c6de09d6c 100644 (file)
@@ -64,14 +64,10 @@ typedef struct _HttpHeaderStat HttpHeaderStat;
 
 typedef struct _HttpBody HttpBody;
 
-typedef struct _ConnCloseHelperData ConnCloseHelperData;
-
 typedef struct _domain_ping domain_ping;
 
 typedef struct _domain_type domain_type;
 
-typedef struct _DynPool DynPool;
-
 typedef struct _DigestFetchState DigestFetchState;
 
 typedef struct _net_db_name net_db_name;
@@ -82,16 +78,12 @@ typedef struct _netdbEntry netdbEntry;
 
 typedef struct _icp_common_t icp_common_t;
 
-typedef struct _Meta_data Meta_data;
-
 typedef struct _iostats iostats;
 
 typedef struct _http_state_flags http_state_flags;
 
 typedef struct _header_mangler header_mangler;
 
-typedef struct _body_size body_size;
-
 typedef struct _cachemgr_passwd cachemgr_passwd;
 
 typedef struct _refresh_t refresh_t;