device: Remove unused storage_type variable

This commit is contained in:
Marco Trevisan (Treviño)
2020-01-29 21:05:19 +01:00
committed by Bastien Nocera
parent 46b7d7c1a7
commit 77126ccf1f

View File

@ -103,9 +103,6 @@ typedef struct {
* what was passed as a username argument */ * what was passed as a username argument */
char *username; char *username;
/* type of storage */
int storage_type;
/* Hashtable of connected clients */ /* Hashtable of connected clients */
GHashTable *clients; GHashTable *clients;