Skip to content

Commit

Permalink
Replay: remove unused loop implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Jan 28, 2020
1 parent d035ac8 commit 125917e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Tools/Replay/Replay.cpp
Expand Up @@ -130,10 +130,6 @@ void ReplayVehicle::init_ardupilot(void)
ins.set_hil_mode();
}

void ReplayVehicle::loop()
{
}

Replay replay(replayvehicle);

void Replay::usage(void)
Expand Down
1 change: 0 additions & 1 deletion Tools/Replay/Replay.h
Expand Up @@ -100,7 +100,6 @@ class Replay : public AP_HAL::HAL::Callbacks {

// HAL::Callbacks implementation.
void setup() override;
void loop() override;

void flush_logger(void);
void show_packet_counts();
Expand Down

0 comments on commit 125917e

Please sign in to comment.