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/userpref.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/userpref.c') diff --git a/src/userpref.c b/src/userpref.c index 1a9ebc9..1dfc6ff 100644 --- a/src/userpref.c +++ b/src/userpref.c @@ -165,7 +165,6 @@ int read_file_in_confdir(char* file, gnutls_datum_t* data) if (g_file_test(filepath, (G_FILE_TEST_EXISTS | G_FILE_TEST_IS_REGULAR))) { FILE * pFile; - long lSize; pFile = fopen ( filepath , "rb" ); if (pFile==NULL) -- cgit v1.1-32-gdbae