Skip to content

Commit

Permalink
comment out unused variable to get rid of build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectsByJackHe committed Oct 15, 2024
1 parent 7c08057 commit 88fd13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/datapath_epoll.c
Original file line number Diff line number Diff line change
Expand Up @@ -1782,7 +1782,7 @@ CxPlatSocketContextRecvComplete(
BytesTransferred += RecvMsgHdr[CurrentMessage].msg_len;

uint8_t TOS = 0;
uint8_t HopLimitTTL = 0;
// uint8_t HopLimitTTL = 0;

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
uint16_t SegmentLength = 0;
BOOLEAN FoundLocalAddr = FALSE, FoundTOS = FALSE;
QUIC_ADDR* LocalAddr = &IoBlock->Route.LocalAddress;
Expand Down

0 comments on commit 88fd13e

Please sign in to comment.