mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 08:15:02 -05:00
Remove unused lib variable
This commit is contained in:
parent
97433dc5ef
commit
d8f4efe126
@ -532,7 +532,6 @@ static void
|
||||
process_directory(char *path, int flags)
|
||||
{
|
||||
struct stacked_dir *bulkstack;
|
||||
cfg_t *lib;
|
||||
DIR *dirp;
|
||||
struct dirent buf;
|
||||
struct dirent *de;
|
||||
@ -546,8 +545,6 @@ process_directory(char *path, int flags)
|
||||
int compilation;
|
||||
int ret;
|
||||
|
||||
lib = cfg_getsec(cfg, "library");
|
||||
|
||||
if (flags & F_SCAN_BULK)
|
||||
{
|
||||
/* Save our directory stack so it won't get handled inside
|
||||
|
Loading…
Reference in New Issue
Block a user