pandad: remove return statement in constructor (#32975)
remove return old-commit-hash: 2156870df991bf6231121460810b0edcde74137b
This commit is contained in:
@@ -26,8 +26,6 @@ Panda::Panda(std::string serial, uint32_t bus_offset) : bus_offset(bus_offset) {
|
||||
|
||||
hw_type = get_hw_type();
|
||||
can_reset_communications();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
bool Panda::connected() {
|
||||
|
||||
Reference in New Issue
Block a user