[master] b8a53e5 Remove a now pointless assert.

Poul-Henning Kamp phk at FreeBSD.org
Mon May 26 10:56:41 CEST 2014


commit b8a53e57afc6e688c81c3e581cc8ae4226c41f92
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon May 26 08:56:00 2014 +0000

    Remove a now pointless assert.
    
    Pointed out by:	Dridi Boukelmoune

diff --git a/lib/libvcc/vcc_action.c b/lib/libvcc/vcc_action.c
index 745f5b4..080f50e 100644
--- a/lib/libvcc/vcc_action.c
+++ b/lib/libvcc/vcc_action.c
@@ -178,7 +178,6 @@ parse_new(struct vcc *tl)
 		vcc_ErrWhere(tl, tl->t);
 		return;
 	}
-	XXXAZ(sy1);
 
 	sy1 = VCC_AddSymbolTok(tl, tl->t, SYM_NONE);	// XXX: NONE ?
 	XXXAN(sy1);



More information about the varnish-commit mailing list