Commit 6c40a278 authored by Max Kellermann's avatar Max Kellermann

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

parent 8736a353
...@@ -58,7 +58,7 @@ ExcludeList::Load(InputStreamPtr is) ...@@ -58,7 +58,7 @@ ExcludeList::Load(InputStreamPtr is)
ParseLine(line); ParseLine(line);
#else #else
/* not implemented */ /* not implemented */
(void)path_fs; (void)is;
#endif #endif
return true; return true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment