AP_HAL_SITL: Remove unused extern declaration for HALs

This commit is contained in:
Caio Marcelo de Oliveira Filho 2015-11-20 16:32:44 +09:00 committed by Randy Mackay
parent c43474fbf4
commit bb165d8a4c
1 changed files with 1 additions and 7 deletions

View File

@ -1,6 +1,4 @@
#ifndef __AP_HAL_SITL_CLASS_H__
#define __AP_HAL_SITL_CLASS_H__
#pragma once
#include <AP_HAL/AP_HAL.h>
@ -19,8 +17,4 @@ private:
HALSITL::SITL_State *_sitl_state;
};
extern const HAL_SITL AP_HAL_SITL;
#endif // CONFIG_HAL_BOARD == HAL_BOARD_SITL
#endif // __AP_HAL_SITL_CLASS_H__