mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
TelnetServer: Remove declarations for non-existent methods
This commit is contained in:
parent
ca85ce6db3
commit
990f1c799e
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ protected:
|
||||||
Error,
|
Error,
|
||||||
};
|
};
|
||||||
|
|
||||||
void write(DeprecatedString const& str);
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
State m_state { State::Free };
|
State m_state { State::Free };
|
||||||
u8 m_command { 0 };
|
u8 m_command { 0 };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue