Remove unused variable

This commit is contained in:
Cameron Gutman 2019-05-02 19:41:59 -07:00
parent a7d4537274
commit e01617cd17

View File

@ -75,7 +75,6 @@ static void ReceiveThreadProc(void* context) {
char* buffer;
int queueStatus;
int useSelect;
PRTPFEC_QUEUE_ENTRY queueEntry;
receiveSize = StreamConfig.packetSize + MAX_RTP_HEADER_SIZE;
bufferSize = receiveSize + sizeof(RTPFEC_QUEUE_ENTRY);