From 2f2b8d7ea552cbdb5a2cf17ceba364681350f3bb Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Sun, 10 Aug 2008 22:38:17 +0200 Subject: Fix warnings about unused variables Signed-off-by: Matt Colyer --- src/AFC.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/AFC.c') diff --git a/src/AFC.c b/src/AFC.c index 6a0df50..055f59f 100644 --- a/src/AFC.c +++ b/src/AFC.c @@ -85,7 +85,6 @@ int count_nullspaces(char *string, int number) { } int dispatch_AFC_packet(AFClient *client, const char *data, int length) { - char *buffer; int bytes = 0, offset = 0; if (!client || !client->connection || !client->afc_packet) return 0; if (!data || !length) length = 0; -- cgit v1.1-32-gdbae