database: pick old database file from any arch

Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/425>
This commit is contained in:
Igor V. Kovalenko 2020-12-21 19:27:53 +03:00 committed by PulseAudio Marge Bot
parent 4ca8997aa0
commit 7115023c51
5 changed files with 42 additions and 54 deletions

View file

@ -97,11 +97,6 @@ finish:
return c;
}
const char* pa_database_get_arch_suffix(void) {
/* TDB binary file format is not dependent on system architecture */
return NULL;
}
const char* pa_database_get_filename_suffix(void) {
return ".tdb";
}