diff options
| author | Lioncash <mathew1800@gmail.com> | 2019-11-22 14:50:37 -0500 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2019-11-22 15:36:18 -0500 |
| commit | ddf8abf507c40eb5e038297a87d2881a1d33d05c (patch) | |
| tree | ebbaf6d69178fae84f0da546ad09c69a2d7b42e0 /Source/Core/InputCommon/ControlReference/FunctionExpression.cpp | |
| parent | 64bc6f53fd22fabedeef56016080d5996a144fdb (diff) | |
InputCommon/FunctionExpression: Remove unused LOOP_MAX_REPS constant
This isn't used anywhere in the translation unit, so we can remove it.
Diffstat (limited to 'Source/Core/InputCommon/ControlReference/FunctionExpression.cpp')
| -rw-r--r-- | Source/Core/InputCommon/ControlReference/FunctionExpression.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/InputCommon/ControlReference/FunctionExpression.cpp b/Source/Core/InputCommon/ControlReference/FunctionExpression.cpp index 8bfd57402d..ae3f14097e 100644 --- a/Source/Core/InputCommon/ControlReference/FunctionExpression.cpp +++ b/Source/Core/InputCommon/ControlReference/FunctionExpression.cpp @@ -10,7 +10,6 @@ namespace ciface::ExpressionParser { -constexpr int LOOP_MAX_REPS = 10000; constexpr ControlState CONDITION_THRESHOLD = 0.5; using Clock = std::chrono::steady_clock; |
