summaryrefslogtreecommitdiffstats
path: root/src/storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage.c')
-rw-r--r--src/storage.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/storage.c b/src/storage.c
index 5fb6b8cb..865b146a 100644
--- a/src/storage.c
+++ b/src/storage.c
@@ -178,9 +178,6 @@ void storage_sync(const char *imsi, const char *store, GKeyFile *keyfile)
void storage_close(const char *imsi, const char *store, GKeyFile *keyfile,
gboolean save)
{
- gchar *pathname, *data = NULL;
- gsize length = 0;
-
if (save == TRUE)
storage_sync(imsi, store, keyfile);