diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2020-05-15 22:02:52 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2020-05-15 22:02:52 +0300 |
commit | b74742641f9c5dfb6077745c3c175bca6234d8e0 (patch) | |
tree | 3b970b76e5c41df98a02c6ed1de12bb20e65fd82 /src/NXP/MathExecutor.php | |
parent | e6f35cd802c611194901db7ca53c8151af931e22 (diff) |
7.1 downgrade
Diffstat (limited to 'src/NXP/MathExecutor.php')
-rw-r--r-- | src/NXP/MathExecutor.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/NXP/MathExecutor.php b/src/NXP/MathExecutor.php index 8d3e890..a0a3f9b 100644 --- a/src/NXP/MathExecutor.php +++ b/src/NXP/MathExecutor.php @@ -14,8 +14,6 @@ namespace NXP; use NXP\Classes\Calculator; use NXP\Classes\CustomFunction; use NXP\Classes\Operator; -use NXP\Classes\Token\AbstractOperator; -use NXP\Classes\TokenFactory; use NXP\Classes\Tokenizer; use NXP\Exception\DivisionByZeroException; use ReflectionException; |