Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
843033d5
Commit
843033d5
authored
6 years ago
by
Julian Oes
Browse files
Options
Downloads
Patches
Plain Diff
platforms: remove unused function
parent
b436f3dd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
platforms/posix/src/main.cpp
+0
-5
0 additions, 5 deletions
platforms/posix/src/main.cpp
src/platforms/px4_posix.h
+0
-2
0 additions, 2 deletions
src/platforms/px4_posix.h
with
0 additions
and
7 deletions
platforms/posix/src/main.cpp
+
0
−
5
View file @
843033d5
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
src/platforms/px4_posix.h
+
0
−
2
View file @
843033d5
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment