chore(Core/Common): delete macro UNUSED (#6119)

This commit is contained in:
Kargatum
2021-06-01 22:22:29 +07:00
committed by GitHub
parent 501f5e2702
commit d398c34c61
5 changed files with 6 additions and 8 deletions

View File

@@ -812,7 +812,7 @@ void WorldSession::HandleChatIgnoredOpcode(WorldPacket& recvData)
void WorldSession::HandleChannelDeclineInvite(WorldPacket& recvPacket)
{
// used only with EXTRA_LOGS
UNUSED(recvPacket);
(void)recvPacket;
#if defined(ENABLE_EXTRAS) && defined(ENABLE_EXTRA_LOGS)
LOG_DEBUG("network", "Opcode %u", recvPacket.GetOpcode());