Skip to content

Commit

Permalink
boardd/usb_connect: remove unused variable params (#22931)
Browse files Browse the repository at this point in the history
  • Loading branch information
deanlee authored Nov 16, 2021
1 parent 9062085 commit 10bca09
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions selfdrive/boardd/boardd.cc
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ Panda *usb_connect(std::string serial="", uint32_t index=0) {
return nullptr;
}

Params params = Params();

if (getenv("BOARDD_LOOPBACK")) {
panda->set_loopback(true);
}
Expand Down

0 comments on commit 10bca09

Please sign in to comment.