summaryrefslogtreecommitdiffstats
path: root/ruby.c
diff options
context:
space:
mode:
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ruby.c b/ruby.c
index 848ae991f..db2bd6008 100644
--- a/ruby.c
+++ b/ruby.c
@@ -359,9 +359,6 @@ ruby_init_loadpath(void)
#elif defined(DJGPP)
extern char *__dos_argv0;
strncpy(libpath, __dos_argv0, sizeof(libpath) - 1);
-#elif defined(__human68k__)
- extern char **_argv;
- strncpy(libpath, _argv[0], sizeof(libpath) - 1);
#elif defined(__EMX__)
_execname(libpath, sizeof(libpath) - 1);
#endif