[master] 60f868e GC unused variable

Federico G. Schwindt fgsch at lodoss.net
Sat Jan 21 14:48:05 CET 2017


commit 60f868e7cf4e61642bede22c6c65a571bd19cd60
Author: Federico G. Schwindt <fgsch at lodoss.net>
Date:   Sat Jan 21 13:47:01 2017 +0000

    GC unused variable

diff --git a/lib/libvarnishapi/daemon.c b/lib/libvarnishapi/daemon.c
index aba6433..55fc613 100644
--- a/lib/libvarnishapi/daemon.c
+++ b/lib/libvarnishapi/daemon.c
@@ -45,7 +45,6 @@ int
 varnish_daemon(int nochdir, int noclose)
 {
 	struct sigaction osa, sa;
-	int fd;
 	pid_t newgrp;
 	int oerrno;
 	int osa_ok;



More information about the varnish-commit mailing list