potentially breaking: unused vars

This commit is contained in:
DarthArgus
2014-10-26 23:28:34 -07:00
parent 982290924a
commit 4d2287d072
27 changed files with 2 additions and 35 deletions
@@ -344,7 +344,6 @@ bool TaskGetCharacterId::process(DB::Session *session)
void TaskGetCharacterId::onComplete()
{
// REPORT_LOG(true, ("TaskGetCharactersForAccount::onComplete()\n"));
std::string response = "";
NetworkId characterId;
uint32 stationId = 0;
if(m_characterIds.size() > 1 )