mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +00:00
Kernel: Remove declarations for non-existent methods
This commit is contained in:
parent
09a22ddb2a
commit
3cbc0fdbb0
19 changed files with 0 additions and 42 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue