From 1ac9a148111a6e128490d376ad74c9f779f4fc6b Mon Sep 17 00:00:00 2001 From: Allen Hill Date: Wed, 8 Jul 2026 09:37:50 -0700 Subject: [PATCH] Remove unused function --- src/avclan/peripheral.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/avclan/peripheral.hpp b/src/avclan/peripheral.hpp index 5d31abd..ffb6b5e 100644 --- a/src/avclan/peripheral.hpp +++ b/src/avclan/peripheral.hpp @@ -23,7 +23,6 @@ public: (std::get(devices_).init(), ...); } - uint16_t address() const { return address_; }; uint16_t controller() const { return controller_; }; template Dev &device() { return std::get(devices_);