mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
TAPServerConnection: drop unused enum class ReadState
This also fixes a -Wshadow warning because there is a function-local equivalent in ReadThreadHandler().
This commit is contained in:
parent
758097f09c
commit
8ed41e7264
1 changed files with 0 additions and 8 deletions
|
@ -31,14 +31,6 @@ public:
|
||||||
bool SendFrame(const u8* frame, u32 size);
|
bool SendFrame(const u8* frame, u32 size);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
enum class ReadState
|
|
||||||
{
|
|
||||||
Size,
|
|
||||||
SizeHigh,
|
|
||||||
Data,
|
|
||||||
Skip,
|
|
||||||
};
|
|
||||||
|
|
||||||
const std::string m_destination;
|
const std::string m_destination;
|
||||||
const RecvCallback m_recv_cb;
|
const RecvCallback m_recv_cb;
|
||||||
const std::size_t m_max_frame_size;
|
const std::size_t m_max_frame_size;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue