diff options
author | Christophe Fergeau | 2008-08-10 22:38:17 +0200 |
---|---|---|
committer | Matt Colyer | 2008-08-11 09:32:59 -0700 |
commit | 2f2b8d7ea552cbdb5a2cf17ceba364681350f3bb (patch) | |
tree | 3d02c48c43bd1fce5759aa06daac22a12e1db761 /src/userpref.c | |
parent | 020d7c23b17956098379140f1f0047ae8e78df1b (diff) | |
download | libimobiledevice-2f2b8d7ea552cbdb5a2cf17ceba364681350f3bb.tar.gz libimobiledevice-2f2b8d7ea552cbdb5a2cf17ceba364681350f3bb.tar.bz2 |
Fix warnings about unused variables
Signed-off-by: Matt Colyer <matt@colyer.name>
Diffstat (limited to 'src/userpref.c')
-rw-r--r-- | src/userpref.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) |