AP_HAL_SITL: remove unused from method
This commit is contained in:
parent
649130adcb
commit
26c01accb9
@ -22,10 +22,6 @@ public:
|
||||
_listen_fd = -1;
|
||||
}
|
||||
|
||||
static UARTDriver *from(AP_HAL::UARTDriver *uart) {
|
||||
return static_cast<UARTDriver*>(uart);
|
||||
}
|
||||
|
||||
/* Implementations of UARTDriver virtual methods */
|
||||
void begin(uint32_t b) override {
|
||||
begin(b, 0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user