Skip to content

Commit

Permalink
Remove unused module_abort() in the configured-out case
Browse files Browse the repository at this point in the history
  • Loading branch information
slcasner committed Jan 10, 2018
1 parent 80a6012 commit 7172661
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vehicle/OVMS.V3/main/ovms_module.cpp
Expand Up @@ -76,11 +76,6 @@ static void module_tasks(int verbosity, OvmsWriter* writer, OvmsCommand* cmd, in
must(writer);
}

static void module_abort(int verbosity, OvmsWriter* writer, OvmsCommand* cmd, int argc, const char* const* argv)
{
must(writer);
}

static void module_check(int verbosity, OvmsWriter* writer, OvmsCommand* cmd, int argc, const char* const* argv)
{
must(writer);
Expand Down

0 comments on commit 7172661

Please sign in to comment.