aboutsummaryrefslogtreecommitdiff
path: root/src/compile/text.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/text.c')
-rw-r--r--src/compile/text.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compile/text.c b/src/compile/text.c
index afb412e9..637ad60c 100644
--- a/src/compile/text.c
+++ b/src/compile/text.c
@@ -30,7 +30,6 @@ Text_t expr_as_text(Text_t expr, type_t *t, Text_t color) {
}
case TextType: return Texts("Text$as_text(stack(", expr, "), ", color, ", ", compile_type_info(t), ")");
case ListType: return Texts("List$as_text(stack(", expr, "), ", color, ", ", compile_type_info(t), ")");
- case SetType: return Texts("Table$as_text(stack(", expr, "), ", color, ", ", compile_type_info(t), ")");
case TableType: return Texts("Table$as_text(stack(", expr, "), ", color, ", ", compile_type_info(t), ")");
case FunctionType:
case ClosureType: return Texts("Func$as_text(stack(", expr, "), ", color, ", ", compile_type_info(t), ")");