mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 14:21:30 +00:00
Remove unused variable
This commit is contained in:
@@ -75,7 +75,6 @@ static void ReceiveThreadProc(void* context) {
|
|||||||
char* buffer;
|
char* buffer;
|
||||||
int queueStatus;
|
int queueStatus;
|
||||||
int useSelect;
|
int useSelect;
|
||||||
PRTPFEC_QUEUE_ENTRY queueEntry;
|
|
||||||
|
|
||||||
receiveSize = StreamConfig.packetSize + MAX_RTP_HEADER_SIZE;
|
receiveSize = StreamConfig.packetSize + MAX_RTP_HEADER_SIZE;
|
||||||
bufferSize = receiveSize + sizeof(RTPFEC_QUEUE_ENTRY);
|
bufferSize = receiveSize + sizeof(RTPFEC_QUEUE_ENTRY);
|
||||||
|
|||||||
Reference in New Issue
Block a user