diff options
Diffstat (limited to 'mysys/my_init.c')
-rw-r--r-- | mysys/my_init.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mysys/my_init.c b/mysys/my_init.c index fa1beaa3e35..60af337e69c 100644 --- a/mysys/my_init.c +++ b/mysys/my_init.c @@ -387,16 +387,6 @@ static void netware_init() *name = tolower(*name); } } - /* - Set the current working directory to the base directory of the file - name (assuming the binary is in 'base-file-name/bin/' - */ - strmov(cwd, my_progname); - if ((name= strindex(cwd, "/bin/")) != NULL) - { - *name= 0; - chdir(cwd); - } } } #endif /* __NETWARE__ */ |