InputCommon/FunctionExpression: Remove unused LOOP_MAX_REPS constant

This isn't used anywhere in the translation unit, so we can remove it.
This commit is contained in:
Lioncash 2019-11-22 14:50:37 -05:00
parent 64bc6f53fd
commit ddf8abf507
1 changed files with 0 additions and 1 deletions

View File

@ -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;