unused variable tmpgv
authorRobin Barker <rmbarker@cpan.org>
Fri, 10 Jun 2011 05:47:54 +0000 (06:47 +0100)
committerDavid Golden <dagolden@cpan.org>
Fri, 10 Jun 2011 19:31:13 +0000 (15:31 -0400)
commit10fc74f6910844f0e8ffd3d8c18d07166ac75de2
tree7a0a447f1557f71ec21aca424dafb61adfc7f623
parent18a6db115daa0eae0c26f4c6877876d1117159c0
unused variable tmpgv

gcc reports an unused variable 'tmpgv', this was left
behind by commit 0e21945565eb4664d843bb819fb032cedee4d5a6.
Deleting the declaration has no consequences.

Signed-off-by: David Golden <dagolden@cpan.org>
util.c