summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d010d9e)
raw | patch | inline | side by side (parent: d010d9e)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 5 Nov 2015 09:23:19 +0000 (10:23 +0100) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 5 Nov 2015 09:23:19 +0000 (10:23 +0100) |
This was used in a DEBUG statement I didn't check in.
src/varnish.c | patch | blob | history |
diff --git a/src/varnish.c b/src/varnish.c
index cd5221785805f813df12b91caa4703ee66ebf146..682e362fcf301a82b788bcdb0824d1deb8984c82 100644 (file)
--- a/src/varnish.c
+++ b/src/varnish.c
@@ -141,7 +141,6 @@ static int varnish_monitor (void *priv, const struct VSC_point * const pt) /* {{
uint64_t val;
const user_config_t *conf;
const char *class;
- const char *ident;
const char *name;
if (pt == NULL)
@@ -151,7 +150,6 @@ static int varnish_monitor (void *priv, const struct VSC_point * const pt) /* {{
#if HAVE_VARNISH_V4
class = pt->section->fantom->type;
- ident = pt->section->fantom->ident;
name = pt->desc->name;
if (strcmp(class, "MAIN") != 0)
@@ -159,7 +157,6 @@ static int varnish_monitor (void *priv, const struct VSC_point * const pt) /* {{
#elif HAVE_VARNISH_V3
class = pt->class;
- ident = pt->ident;
name = pt->name;
if (strcmp(class, "") != 0)