db/update/ExcludeList: fix variable name in #else block

This commit is contained in:
Max Kellermann 2018-10-01 08:40:45 +02:00
parent 8736a3533b
commit 6c40a27809
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ ExcludeList::Load(InputStreamPtr is)
ParseLine(line);
#else
/* not implemented */
(void)path_fs;
(void)is;
#endif
return true;