db/update/Remove: update code comment

This commit is contained in:
Max Kellermann 2016-03-18 16:58:06 +01:00
parent 86a90daf1b
commit 7e096ee2c5

View File

@ -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()