[4.0] 5f67a2e Remove some unused forward struct declarations

Poul-Henning Kamp phk at FreeBSD.org
Tue Jun 24 11:31:53 CEST 2014


commit 5f67a2e41562ea78ef8c0fd270defcc3dca050ca
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jun 2 08:25:56 2014 +0000

    Remove some unused forward struct declarations

diff --git a/include/vrt.h b/include/vrt.h
index bfbbb2d..5884b00 100644
--- a/include/vrt.h
+++ b/include/vrt.h
@@ -33,15 +33,12 @@
 
 struct req;
 struct busyobj;
-struct worker;
 struct vsl_log;
 struct http;
 struct ws;
-struct vsb;
 struct cli;
 struct director;
 struct VCL_conf;
-struct sockaddr_storage;
 struct suckaddr;
 
 /***********************************************************************



More information about the varnish-commit mailing list