[master] 01da1b4 Always true

GitHub noreply at github.com
Tue Jun 28 00:10:07 CEST 2016


commit 01da1b4aa8bdbe479b9a8fa7d1b55cdaace46f8a
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Jun 28 00:09:11 2016 +0200

    Always true

diff --git a/lib/libvcc/vcc_expr.c b/lib/libvcc/vcc_expr.c
index 3edda25..4838450 100644
--- a/lib/libvcc/vcc_expr.c
+++ b/lib/libvcc/vcc_expr.c
@@ -458,7 +458,6 @@ vcc_Eval_Handle(struct vcc *tl, struct expr **e, const struct symbol *sym,
     vcc_type_t fmt)
 {
 
-	assert(sym->kind == sym->kind);
 	AN(sym->rname);
 
 	if (sym->fmt != STRING && (fmt == STRING || fmt == STRING_LIST)) {



More information about the varnish-commit mailing list