Skip to content

Commit

Permalink
[core] Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
maksqwe authored and maxsharabayko committed Aug 8, 2022
1 parent e48f43d commit 1b30573
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions srtcore/crypto.cpp
Expand Up @@ -125,8 +125,6 @@ int srt::CCryptoControl::processSrtMsg_KMREQ(
HtoNLA((pw_srtdata_out), srtdata, w_srtlen);
unsigned char* kmdata = reinterpret_cast<unsigned char*>(pw_srtdata_out);

std::vector<unsigned char> kmcopy(kmdata, kmdata + bytelen);

// The side that has received KMREQ is always an HSD_RESPONDER, regardless of
// what has called this function. The HSv5 handshake only enforces bidirectional
// connection.
Expand Down

0 comments on commit 1b30573

Please sign in to comment.