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:
parent
64bc6f53fd
commit
ddf8abf507
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue