From 3b15d1ec7e2b7de9ad28af3e9d0fcff69de98463 Mon Sep 17 00:00:00 2001 From: VladimirMangos Date: Fri, 9 Jan 2009 21:05:44 +0300 Subject: [PATCH] Remove unused local variable. --- src/game/SpellAuras.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 92ce181c7..fb368539d 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -345,8 +345,6 @@ m_updated(false), m_isRemovedOnShapeLost(true), m_in_use(false) { assert(target); - int32 size = sizeof(Aura); - assert(spellproto && spellproto == sSpellStore.LookupEntry( spellproto->Id ) && "`info` must be pointer to sSpellStore element"); m_spellProto = spellproto;