Hi all,
  I have noticed that typedefs.h contains a few typedefs of structs
which do not seem to be defined anywhere, and are not used anywhere.
This patch removes them.

A different case is storeSwapLogData, which is used in
src/test_cache_digest.cc, and whose removal doesn't fail the build
test for some reason. I haven't removed it in the attached patch.

-- 
    /kinkie
=== modified file 'src/typedefs.h'
--- src/typedefs.h	2011-07-25 13:10:17 +0000
+++ src/typedefs.h	2011-11-30 17:02:24 +0000
@@ -64,14 +64,10 @@
 
 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 _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;

Reply via email to