ircd: make relocate_paths() available always
This commit is contained in:
parent
c51b77a312
commit
7145720468
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue