Skip to content

Commit

Permalink
Fixed: unused variable 'st'
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Jan 22, 2025
1 parent baf1bbb commit 3059d36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/lsm/lsm_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,9 @@ _load_module_conf (UDisksDaemon *daemon, GError **error)
char *conf_path;
int i;
gboolean ret = TRUE;
#ifdef USE_VENDORDIR
struct stat st;
#endif

udisks_debug ("LSM: loading config file");

Expand Down

0 comments on commit 3059d36

Please sign in to comment.