From 7e096ee2c571125eae34fd19fc1124cb1cab9fca Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 18 Mar 2016 16:58:06 +0100 Subject: [PATCH] db/update/Remove: update code comment --- src/db/update/Remove.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/db/update/Remove.cxx b/src/db/update/Remove.cxx index 499ef921c..c566092a9 100644 --- a/src/db/update/Remove.cxx +++ b/src/db/update/Remove.cxx @@ -25,7 +25,8 @@ /** * 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 UpdateRemoveService::RunDeferred()