summaryrefslogtreecommitdiff
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/eval.c b/src/eval.c
index c2357884a..076ba1fed 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -111,13 +111,6 @@ eval_init(void)
{
evalvars_init();
func_init();
-
-#ifdef EBCDIC
- /*
- * Sort the function table, to enable binary search.
- */
- sortFunctions();
-#endif
}
#if defined(EXITFREE) || defined(PROTO)