summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2014-06-02 09:28:51 -0700
committerMerov Linden <merov@lindenlab.com>2014-06-02 09:28:51 -0700
commit2a96db96191588b7d89920a5ebc7091f6f617cdf (patch)
tree3d9a891701318dfeaad8473f298ec98e050568e3 /indra/newview
parentfd426bafb6616491b8929ee357a5b2d40e123607 (diff)
DD-92 : WIP : Fixed a compilation error introduced by my previous commit
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/lllogchat.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/lllogchat.cpp b/indra/newview/lllogchat.cpp
index 0bfcea41b7..e3ed10bd50 100755
--- a/indra/newview/lllogchat.cpp
+++ b/indra/newview/lllogchat.cpp
@@ -1021,7 +1021,6 @@ void LLLoadHistoryThread::run()
if(mNewLoad)
{
loadHistory(mFileName, mMessages, mLoadParams);
- int count = mMessages->size();
setFinished();
}
}