mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
device: Remove unused storage_type variable
This commit is contained in:
committed by
Bastien Nocera
parent
46b7d7c1a7
commit
77126ccf1f
@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user