summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorSeth ProductEngine <slitovchuk@productengine.com>2011-09-02 20:08:12 +0300
committerSeth ProductEngine <slitovchuk@productengine.com>2011-09-02 20:08:12 +0300
commit97c6672634b4c6620ebc320ec05758fc2ea99288 (patch)
treedd6e3b9c8df9be64e9386cf3652f6a7e381ccd7f /indra
parent822d521e46d70359985e4d6e8ccb34766492a980 (diff)
SH-2171 Commented-out code cleanup.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llaccountingcostmanager.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llaccountingcostmanager.cpp b/indra/newview/llaccountingcostmanager.cpp
index 3717344aef..8767955fcb 100644
--- a/indra/newview/llaccountingcostmanager.cpp
+++ b/indra/newview/llaccountingcostmanager.cpp
@@ -81,9 +81,6 @@ public:
F32 networkCost = 0.0f;
F32 simulationCost = 0.0f;
- //LLTransactionID transactionID;
-
- //transactionID = content["selected"][i]["local_id"].asUUID();
physicsCost = content["selected"]["physics"].asReal();
networkCost = content["selected"]["streaming"].asReal();
simulationCost = content["selected"]["simulation"].asReal();