Commit 750eebc8 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

vcc_FreeToken() is no longer necessary


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1973 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 65189596
......@@ -274,19 +274,6 @@ vcc_AddToken(struct tokenlist *tl, unsigned tok, const char *b, const char *e)
}
}
/*--------------------------------------------------------------------
* Free a token
*/
void
vcc_FreeToken(struct token *t)
{
if (t->dec != NULL)
free(t->dec);
free(t);
}
/*--------------------------------------------------------------------
* Lexical analysis and token generation
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment