From 77126ccf1f1d743a2c2acdd99de516af2b297b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 29 Jan 2020 21:05:19 +0100 Subject: [PATCH] device: Remove unused storage_type variable --- src/device.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/device.c b/src/device.c index 34dc571..f0e5a1f 100644 --- a/src/device.c +++ b/src/device.c @@ -103,9 +103,6 @@ typedef struct { * what was passed as a username argument */ char *username; - /* type of storage */ - int storage_type; - /* Hashtable of connected clients */ GHashTable *clients;