Cleanup of main script type class

This commit is contained in:
2019-09-07 11:16:12 +02:00
parent 5d700aa0e9
commit acc687f213
3 changed files with 71 additions and 63 deletions

View File

@@ -10,7 +10,6 @@
namespace Porygon::Evaluation {
class NumericEvalValue : public EvalValue {
std::variant<int64_t , double> _intValue, _floatValue;
bool _isFloat;
public: