ircd: make relocate_paths() available always

This commit is contained in:
William Pitcock 2016-06-18 00:21:39 -05:00
parent c51b77a312
commit 7145720468

View file

@ -416,7 +416,6 @@ initialize_server_capabs(void)
* output - none * output - none
* side effects - items in ircd_paths[] array are relocated * side effects - items in ircd_paths[] array are relocated
*/ */
#ifdef _WIN32
static void static void
relocate_paths(void) relocate_paths(void)
{ {
@ -493,7 +492,6 @@ relocate_paths(void)
inotice(" %s: %s", ircd_pathnames[i], ircd_paths[i]); inotice(" %s: %s", ircd_pathnames[i], ircd_paths[i]);
} }
} }
#endif
/* /*
* write_pidfile * write_pidfile