Navigator: Remove unused error variable

This commit is contained in:
Lorenz Meier 2015-09-12 10:52:22 +02:00
parent d222f6e664
commit 2be7b82256
1 changed files with 0 additions and 6 deletions

View File

@ -51,12 +51,6 @@
#include <errno.h>
#include <uORB/topics/fence.h>
/* oddly, ERROR is not defined for c++ */
#ifdef ERROR
# undef ERROR
#endif
static const int ERROR = -1;
MissionFeasibilityChecker::MissionFeasibilityChecker() :
_mavlink_fd(-1),
_capabilities_sub(-1),