Skip to content

Commit

Permalink
AP_HAL_Linux: Remove unused extern declaration for HALs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarcelo authored and rmackay9 committed Nov 20, 2015
1 parent d9a3876 commit 6773e18
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions libraries/AP_HAL_Linux/HAL_Linux_Class.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

#ifndef __AP_HAL_LINUX_CLASS_H__
#define __AP_HAL_LINUX_CLASS_H__
#pragma once

#include <AP_HAL/AP_HAL.h>

Expand All @@ -11,8 +9,3 @@ class HAL_Linux : public AP_HAL::HAL {
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__

0 comments on commit 6773e18

Please sign in to comment.