[4.1] 53efa72 Kill long forgotten and unused parameters

Lasse Karstensen lkarsten at varnish-software.com
Thu Jan 14 15:15:11 CET 2016


commit 53efa72ac54d317fe558adb2fe09a6a4df80dfb5
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Tue Jan 5 23:27:06 2016 +0000

    Kill long forgotten and unused parameters

diff --git a/bin/varnishd/common/params.h b/bin/varnishd/common/params.h
index 957b8a9..13ab904 100644
--- a/bin/varnishd/common/params.h
+++ b/bin/varnishd/common/params.h
@@ -85,15 +85,9 @@ struct params {
 #undef ptyp_vsl_reclen
 
 	/* Unprivileged user / group */
-	char			*user;
 	uid_t			uid;
-	char			*group;
 	gid_t			gid;
 
-	/* Extra group for compiler access */
-	char			*group_cc;
-	gid_t			gid_cc;
-
 	/* TTL used for lack of anything better */
 	double			default_ttl;
 
@@ -111,7 +105,6 @@ struct params {
 	unsigned		wthread_max;
 	double			wthread_timeout;
 	unsigned		wthread_pools;
-	unsigned		wthread_add_threshold;
 	double			wthread_add_delay;
 	double			wthread_fail_delay;
 	double			wthread_destroy_delay;
@@ -127,7 +120,6 @@ struct params {
 
 	unsigned		vsl_buffer;
 
-	unsigned		shm_workspace;
 	unsigned		http_req_size;
 	unsigned		http_req_hdr_len;
 	unsigned		http_resp_size;
@@ -196,8 +188,6 @@ struct params {
 	unsigned		gzip_level;
 	unsigned		gzip_memlevel;
 
-	unsigned		obj_readonly;
-
 	double			critbit_cooloff;
 
 	double			vcl_cooldown;



More information about the varnish-commit mailing list