From cbae92965caf0653e8f32794db3ab4173b54504d Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 26 Jul 2026 02:52:16 +0200 Subject: chore: minor cleanups after refactoring --- kapi/kapi/devices/bus.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'kapi') diff --git a/kapi/kapi/devices/bus.hpp b/kapi/kapi/devices/bus.hpp index 6c42d1de..0d679c4e 100644 --- a/kapi/kapi/devices/bus.hpp +++ b/kapi/kapi/devices/bus.hpp @@ -42,11 +42,6 @@ namespace kapi::devices //! @return A vector of all children attached to this bus. [[nodiscard]] auto children() const -> std::span const>; - // //! Get this bus's protocol facet, if present. - // //! - // //! @return this bus's protocol facet if it has one, nullptr otherwise. - // [[nodiscard]] virtual auto protocol() -> struct bus_protocol *; - protected: //! All busses have the "bus" facet. auto query_facet(kapi::capabilities::facet_id facet) -> void * override; -- cgit v1.2.3