summaryrefslogtreecommitdiff
path: root/indra/llmath/llcalcparser.h
diff options
context:
space:
mode:
authorAnsariel Hiller <Ansariel@users.noreply.github.com>2024-10-05 02:41:14 +0200
committerGitHub <noreply@github.com>2024-10-05 03:41:14 +0300
commit39eb250e3926e123794a939e861e62d96916e92e (patch)
tree99fae79d822f2e3936b457f0587976ee89fefdba /indra/llmath/llcalcparser.h
parent6c51a262d8b576355622eadeef156ef4e6135266 (diff)
More cleanup of LLMath and the color classes in particular (#2810)
Diffstat (limited to 'indra/llmath/llcalcparser.h')
-rw-r--r--indra/llmath/llcalcparser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llmath/llcalcparser.h b/indra/llmath/llcalcparser.h
index ec7f6a2cb6..b7f84a6546 100644
--- a/indra/llmath/llcalcparser.h
+++ b/indra/llmath/llcalcparser.h
@@ -182,7 +182,6 @@ private:
LLCalc::calc_map_t* mConstants;
LLCalc::calc_map_t* mVariables;
-// LLCalc::calc_map_t* mUserVariables;
F32& mResult;
};