diff options
author | Max Kellermann <max@duempel.org> | 2013-01-21 10:42:47 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-21 10:42:47 +0100 |
commit | 3928c4e9aebf08336192d57175c603a7dc17d8a2 (patch) | |
tree | 1954bf61efd19f57e46d3b8458f3d3a7b1eba9d7 /src/UpdateGlue.cxx | |
parent | 32799fef5c60568ffc693edab2e39d50549040d4 (diff) | |
download | mpd-3928c4e9aebf08336192d57175c603a7dc17d8a2.tar.gz mpd-3928c4e9aebf08336192d57175c603a7dc17d8a2.tar.xz mpd-3928c4e9aebf08336192d57175c603a7dc17d8a2.zip |
UpdateRemove: Mutex/Cond instead of GMutex/GCond
Diffstat (limited to 'src/UpdateGlue.cxx')
-rw-r--r-- | src/UpdateGlue.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/UpdateGlue.cxx b/src/UpdateGlue.cxx index 22a33ade9..664638782 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(); } |