diff options
author | Max Kellermann <max@musicpd.org> | 2019-02-05 23:01:09 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-02-05 23:01:09 +0100 |
commit | feb5ff9bd2c5d88e84cb843e15692896e3bd1936 (patch) | |
tree | 1aeac24478831b0ebc1ac5b01c4033b2750a5622 /src/Main.cxx | |
parent | 92ec3f0881e960eac7cd6d411865b18e5a1ab094 (diff) |
Mapper: remove empty function mapper_finish()
Diffstat (limited to 'src/Main.cxx')
-rw-r--r-- | src/Main.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Main.cxx b/src/Main.cxx index b25586246..7ba25dad8 100644 --- a/src/Main.cxx +++ b/src/Main.cxx @@ -655,10 +655,6 @@ mpd_main_after_fork(const ConfigData &raw_config, const Config &config) playlist_list_global_finish(); -#ifdef ENABLE_DATABASE - mapper_finish(); -#endif - DeinitFS(); return EXIT_SUCCESS; |