[server,proxy] eliminate unused variable

This commit is contained in:
akallabeth
2025-09-12 09:59:39 +02:00
parent 2e5de43564
commit 919a569d56

View File

@@ -706,8 +706,6 @@ static PfChannelResult DynvcTrackerPeekFn(ChannelStateTracker* tracker, BOOL fir
UINT32 flags = lastPacket ? CHANNEL_FLAG_LAST : 0;
if (firstPacket)
flags |= CHANNEL_FLAG_FIRST;
proxyData* pdata = channelTracker_getPData(tracker);
WINPR_ASSERT(pdata);
{
wStream* currentPacket = channelTracker_getCurrentPacket(tracker);