Remove a unused variable

This commit is contained in:
Marco d'Itri 2013-03-31 05:20:04 +02:00
parent 9b1706c1e1
commit 7d4b9714c4

View File

@ -495,7 +495,7 @@ const char *whereas(const unsigned long asn)
*/
char *queryformat(const char *server, const char *flags, const char *query)
{
char *buf, *p;
char *buf;
int i, isripe = 0;
/* 64 bytes reserved for server-specific flags added later */