platforms: remove unused function

This commit is contained in:
Julian Oes
2018-11-13 15:23:20 +01:00
parent b436f3dd56
commit 843033d530
2 changed files with 0 additions and 7 deletions

View File

@@ -596,11 +596,6 @@ bool is_already_running(int instance)
return false;
}
bool px4_exit_requested(void)
{
return _exit_requested;
}
bool file_exists(const std::string &name)
{
struct stat buffer;

View File

@@ -136,8 +136,6 @@ __EXPORT const char *px4_get_topic_names(unsigned int *handle);
*/
__EXPORT uint64_t hrt_system_time(void);
__EXPORT bool px4_exit_requested(void);
#endif