Skip to content
Snippets Groups Projects
Commit 843033d5 authored by Julian Oes's avatar Julian Oes
Browse files

platforms: remove unused function

parent b436f3dd
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment