[poincare] Integer is not an Expression anymore

This commit is contained in:
Émilie Feral
2018-09-26 14:17:28 +02:00
committed by LeaNumworks
parent 5096f8bf53
commit 0af8f273fc

View File

@@ -22,7 +22,6 @@ public:
enum class Type : uint8_t {
Uninitialized = 0,
Undefined = 1,
Integer = 2,
Rational,
Decimal,
Float,