[master] 3d1d51e Get rid of unnecessary forward struct object mentions.

Poul-Henning Kamp phk at FreeBSD.org
Sat Mar 12 01:29:04 CET 2016


commit 3d1d51e2bb81ad6c7eacb4d49edc1b02381b386a
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri Mar 11 21:55:38 2016 +0000

    Get rid of unnecessary forward struct object mentions.

diff --git a/bin/varnishd/cache/cache.h b/bin/varnishd/cache/cache.h
index fc3ff5e..b01fd66 100644
--- a/bin/varnishd/cache/cache.h
+++ b/bin/varnishd/cache/cache.h
@@ -111,7 +111,6 @@ struct director;
 struct iovec;
 struct mempool;
 struct objcore;
-struct object;
 struct objhead;
 struct pool;
 struct poolparam;
diff --git a/bin/varnishd/hash/hash_slinger.h b/bin/varnishd/hash/hash_slinger.h
index b10e674..db4510b 100644
--- a/bin/varnishd/hash/hash_slinger.h
+++ b/bin/varnishd/hash/hash_slinger.h
@@ -32,7 +32,6 @@ struct sess;
 struct req;
 struct objcore;
 struct worker;
-struct object;
 
 typedef void hash_init_f(int ac, char * const *av);
 typedef void hash_start_f(void);



More information about the varnish-commit mailing list