diff --git a/ircd/ircd.c b/ircd/ircd.c index a5fc7136..4905e591 100644 --- a/ircd/ircd.c +++ b/ircd/ircd.c @@ -416,7 +416,6 @@ initialize_server_capabs(void) * output - none * side effects - items in ircd_paths[] array are relocated */ -#ifdef _WIN32 static void relocate_paths(void) { @@ -493,7 +492,6 @@ relocate_paths(void) inotice(" %s: %s", ircd_pathnames[i], ircd_paths[i]); } } -#endif /* * write_pidfile