diff options
Diffstat (limited to 'src/repl.c')
| -rw-r--r-- | src/repl.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -43,9 +43,6 @@ static PUREFUNC repl_binding_t *get_repl_binding(env_t *env, const char *name) void repl(void) { env_t *env = global_env(); - void *dl = dlopen("libtomo.so", RTLD_LAZY); - if (!dl) print_err("I couldn't find libtomo.so in your library paths"); - size_t buf_size = 0; char *line = NULL; ssize_t len = 0; |
