summaryrefslogtreecommitdiff
path: root/src/init2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/init2.cc')
-rw-r--r--src/init2.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/init2.cc b/src/init2.cc
index a32a57f4..c8da918d 100644
--- a/src/init2.cc
+++ b/src/init2.cc
@@ -1639,12 +1639,6 @@ static void init_basic()
/* Extended trigger macros */
cli_info = make_array<cli_comm>(CLI_MAX);
-
- /* Wipe the directory list */
- for (i = 0; i < 255; i++)
- {
- scansubdir_result[i] = NULL;
- }
}