Kernel: Remove declarations for non-existent methods

This commit is contained in:
Sam Atkins 2023-01-27 17:06:02 +00:00 committed by Linus Groh
commit 3cbc0fdbb0
Notes: sideshowbarker 2024-07-17 01:07:06 +09:00
19 changed files with 0 additions and 42 deletions

View file

@ -53,7 +53,6 @@ public:
u8 polling_interval() const { return m_descriptor.poll_interval_in_frames; }
private:
USBEndpoint(/* TODO */);
USBEndpointDescriptor m_descriptor;
Pipe m_pipe;