Mapper: remove empty function mapper_finish()
This commit is contained in:
parent
92ec3f0881
commit
feb5ff9bd2
@ -655,10 +655,6 @@ mpd_main_after_fork(const ConfigData &raw_config, const Config &config)
|
|||||||
|
|
||||||
playlist_list_global_finish();
|
playlist_list_global_finish();
|
||||||
|
|
||||||
#ifdef ENABLE_DATABASE
|
|
||||||
mapper_finish();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
DeinitFS();
|
DeinitFS();
|
||||||
|
|
||||||
return EXIT_SUCCESS;
|
return EXIT_SUCCESS;
|
||||||
|
@ -58,11 +58,6 @@ mapper_init(AllocatedPath &&_playlist_dir)
|
|||||||
mapper_set_playlist_dir(std::move(_playlist_dir));
|
mapper_set_playlist_dir(std::move(_playlist_dir));
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
mapper_finish() noexcept
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef ENABLE_DATABASE
|
#ifdef ENABLE_DATABASE
|
||||||
|
|
||||||
AllocatedPath
|
AllocatedPath
|
||||||
|
@ -37,9 +37,6 @@ class AllocatedPath;
|
|||||||
void
|
void
|
||||||
mapper_init(AllocatedPath &&playlist_dir);
|
mapper_init(AllocatedPath &&playlist_dir);
|
||||||
|
|
||||||
void
|
|
||||||
mapper_finish() noexcept;
|
|
||||||
|
|
||||||
#ifdef ENABLE_DATABASE
|
#ifdef ENABLE_DATABASE
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user