mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-29 03:29:58 +02:00
Poincare: Clean the Expression::Type
Change-Id: I3809a8b1b040314466554866555fb634c35156a5
This commit is contained in:
@@ -11,11 +11,10 @@ float Float::approximate(Context& context) {
|
||||
return m_float;
|
||||
}
|
||||
|
||||
expression_type_t Float::type() {
|
||||
return Float::Type;
|
||||
Expression::Type Float::type() {
|
||||
return Expression::Type::Float;
|
||||
}
|
||||
|
||||
|
||||
ExpressionLayout * Float::createLayout(ExpressionLayout * parent) {
|
||||
assert(0); // Should not come here, ever...
|
||||
return nullptr;
|
||||
|
||||
Reference in New Issue
Block a user