diff options
Diffstat (limited to 'src/exact_value.cpp')
| -rw-r--r-- | src/exact_value.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/exact_value.cpp b/src/exact_value.cpp index 8027b1038..4d455c8e2 100644 --- a/src/exact_value.cpp +++ b/src/exact_value.cpp @@ -37,9 +37,8 @@ struct ExactValue { f64 value_float; i64 value_pointer; Complex128 value_complex; - Ast * value_compound; - Ast * value_procedure; - Entity * value_entity; + Ast * value_compound; + Ast * value_procedure; }; }; |