Commit 7e096ee2 authored by Max Kellermann's avatar Max Kellermann

db/update/Remove: update code comment

parent 86a90daf
...@@ -25,7 +25,8 @@ ...@@ -25,7 +25,8 @@
/** /**
* Safely remove songs from the database. This must be done in the * Safely remove songs from the database. This must be done in the
* main task, to be sure that there is no pointer left to it. * main task, because some (thread-unsafe) data structures are
* available only there.
*/ */
void void
UpdateRemoveService::RunDeferred() UpdateRemoveService::RunDeferred()
......
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