There's no longer any good reason to do this; remove it

This commit is contained in:
Chris Cannam
2022-09-09 11:22:53 +01:00
parent 214ddd6899
commit 2eb9a20052
3 changed files with 0 additions and 46 deletions

View File

@@ -96,8 +96,6 @@ typedef double process_t;
extern const char *system_get_platform_tag();
extern bool system_is_multiprocessor();
extern void system_specific_initialise();
extern void system_specific_application_initialise();
#ifdef _WIN32
struct timeval { long tv_sec; long tv_usec; };