From: Francesco Chemolli Date: Fri, 2 Dec 2011 08:18:22 +0000 (-0700) Subject: Cleanup: remove useless typedefs X-Git-Tag: SQUID_3_2_0_14~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1493899aa08bd2019631afd6776600e3cd19ef04;p=thirdparty%2Fsquid.git Cleanup: remove useless typedefs --- diff --git a/src/typedefs.h b/src/typedefs.h index 1acfdb664f..b68c50ed61 100644 --- a/src/typedefs.h +++ b/src/typedefs.h @@ -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;