[master] e81bdb1 remove vmod.fini crumbs

Poul-Henning Kamp phk at varnish-cache.org
Wed Mar 6 20:58:56 CET 2013


commit e81bdb1c0a29f8c7016efddf64de4ce84fc21f61
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Wed Mar 6 19:55:16 2013 +0000

    remove vmod.fini crumbs

diff --git a/lib/libvcl/vcc_vmod.c b/lib/libvcl/vcc_vmod.c
index 42fc1b6..874c899 100644
--- a/lib/libvcl/vcc_vmod.c
+++ b/lib/libvcl/vcc_vmod.c
@@ -172,9 +172,6 @@ vcc_ParseImport(struct vcc *tl)
 			sym = VCC_AddSymbolStr(tl, p, SYM_OBJECT);
 			XXXAN(sym);
 			sym->args = p;
-		} else if (!strcmp(p, "FINI")) {
-			p += strlen(p) + 1;
-			// Nothing yet
 		} else if (!strcmp(p, "INIT")) {
 			p += strlen(p) + 1;
 			Fi(tl, 0, "\t%s(&vmod_priv_%.*s, &VCL_conf);\n",



More information about the varnish-commit mailing list