Get rid of a no-longer-used variable.

svn path=/trunk/; revision=15816
This commit is contained in:
Guy Harris 2005-09-15 09:09:00 +00:00
parent ed1d188018
commit 995aa3f43b
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@
const gchar*
val_to_str(guint32 val, const value_string *vs, const char *fmt) {
const gchar *ret;
gchar *cur;
g_assert(fmt != NULL);