AP_HAL_Linux: Remove unused extern declaration for HALs

This commit is contained in:
Caio Marcelo de Oliveira Filho 2015-11-20 16:32:12 +09:00 committed by Randy Mackay
parent d9a3876851
commit 6773e18bc4

View File

@ -1,6 +1,4 @@
#ifndef __AP_HAL_LINUX_CLASS_H__
#define __AP_HAL_LINUX_CLASS_H__
#pragma once
#include <AP_HAL/AP_HAL.h>
@ -11,8 +9,3 @@ public:
HAL_Linux();
void run(int argc, char* const* argv, Callbacks* callbacks) const override;
};
extern const HAL_Linux AP_HAL_Linux;
#endif // __AP_HAL_LINUX_CLASS_H__