Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
reupen committed Dec 15, 2018
1 parent ab52ec7 commit 3a3bce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foo_dop/reader_playlists.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ void load_database_t::clean_up_device_playlists()
try {
filesystem::g_remove(path, aborter);
}
catch (const exception_io& ex) {
catch (const exception_io&) {
console::formatter formatter;
formatter << "iPod manager: Failed to delete file: " << path;
}
Expand Down

0 comments on commit 3a3bce0

Please sign in to comment.