aboutsummaryrefslogtreecommitdiff
path: root/src/UpdateGlue.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-21 10:42:47 +0100
committerMax Kellermann <max@duempel.org>2013-01-21 10:42:47 +0100
commit3928c4e9aebf08336192d57175c603a7dc17d8a2 (patch)
tree1954bf61efd19f57e46d3b8458f3d3a7b1eba9d7 /src/UpdateGlue.cxx
parent32799fef5c60568ffc693edab2e39d50549040d4 (diff)
UpdateRemove: Mutex/Cond instead of GMutex/GCond
Diffstat (limited to 'src/UpdateGlue.cxx')
-rw-r--r--src/UpdateGlue.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/UpdateGlue.cxx b/src/UpdateGlue.cxx
index 22a33ade..66463878 100644
--- a/src/UpdateGlue.cxx
+++ b/src/UpdateGlue.cxx
@@ -182,5 +182,4 @@ void update_global_init(void)
void update_global_finish(void)
{
update_walk_global_finish();
- update_remove_global_finish();
}