Signed-off-by: Armin Weigl <tb46305@gmail.com>
---
include/eval.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/include/eval.h b/include/eval.h
index a81ee2b..5c3e722 100644
--- a/include/eval.h+++ b/include/eval.h
@@ -9,11 +9,6 @@ enum eval_result {
// Evaluation succeeded.
EVAL_OK,
- // Insufficient context, such as references to unknown types or- // objects. Defer this expression until later and re-try when more of- // the type & object graph are populated.- EVAL_NEED_CONTEXT,- // This expression cannot be evaluated at compile time (user error).
EVAL_INVALID,
};
--
2.35.1