aboutsummaryrefslogtreecommitdiff
path: root/src/compile/lists.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/compile/lists.c')
-rw-r--r--src/compile/lists.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compile/lists.c b/src/compile/lists.c
index 515613cb..e5c5dcca 100644
--- a/src/compile/lists.c
+++ b/src/compile/lists.c
@@ -274,5 +274,3 @@ Text_t compile_list_method_call(env_t *env, ast_t *ast) {
code_err(ast, "There is no '", call->name, "' method for lists");
}
}
-
-// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0