From b89b838bc7514d7b9a2685b291518a5783fa88dd Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 6 Apr 2018 00:27:17 -0700 Subject: autload: remove copy and pasted sock_load_init calls. * lisplib.c (termios_instantiate, awk_instantiate, build_instantiate): Remove sock_load_init calls which make no sense in these functions. This is the result of flurried copy and pasting. --- lisplib.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'lisplib.c') diff --git a/lisplib.c b/lisplib.c index aee8f6aa..cdb8e8fd 100644 --- a/lisplib.c +++ b/lisplib.c @@ -371,7 +371,6 @@ static val termios_instantiate(val set_fun) { funcall1(set_fun, nil); load(format(nil, lit("~atermios"), stdlib_path, nao)); - sock_load_init(); return nil; } @@ -390,7 +389,6 @@ static val awk_instantiate(val set_fun) { funcall1(set_fun, nil); load(format(nil, lit("~aawk"), stdlib_path, nao)); - sock_load_init(); return nil; } @@ -413,7 +411,6 @@ static val build_instantiate(val set_fun) { funcall1(set_fun, nil); load(format(nil, lit("~abuild"), stdlib_path, nao)); - sock_load_init(); return nil; } -- cgit v1.2.3