From 358b33239aea4e7b5b81f829e0b0079e3ab03830 Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 23 Nov 2011 19:17:33 +0100 Subject: Core: Fixed remaining C6246: Local declaration of 'x' hides declaration of the same name in outer scope. from previous commit --- src/server/game/Instances/InstanceScript.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/server/game/Instances/InstanceScript.cpp') diff --git a/src/server/game/Instances/InstanceScript.cpp b/src/server/game/Instances/InstanceScript.cpp index f0e21f7f709..b8987be9adb 100755 --- a/src/server/game/Instances/InstanceScript.cpp +++ b/src/server/game/Instances/InstanceScript.cpp @@ -305,7 +305,6 @@ void InstanceScript::DoUpdateWorldState(uint32 uiStateId, uint32 uiStateData) void InstanceScript::DoSendNotifyToInstance(const char *format, ...) { InstanceMap::PlayerList const &PlayerList = instance->GetPlayers(); - InstanceMap::PlayerList::const_iterator i; if (!PlayerList.isEmpty()) { -- cgit v1.2.3