diff options
Diffstat (limited to 'src/environment.c')
| -rw-r--r-- | src/environment.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/environment.c b/src/environment.c index f7956054..a32f1a28 100644 --- a/src/environment.c +++ b/src/environment.c @@ -749,5 +749,3 @@ void set_binding(env_t *env, const char *name, type_t *type, Text_t code) { assert(name); Table$str_set(env->locals, name, new (binding_t, .type = type, .code = code)); } - -// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
