diff options
Diffstat (limited to 'src/lib/libc/stdlib.c')
-rw-r--r-- | src/lib/libc/stdlib.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib.c b/src/lib/libc/stdlib.c index 6b200c2..fa9d468 100644 --- a/src/lib/libc/stdlib.c +++ b/src/lib/libc/stdlib.c @@ -76,10 +76,6 @@ double strtod(const char *nptr, char **endptr) { } char *getenv(const char *name) { - // HACK - if (!strcmp(name, "LUA_INIT")) { - return "require 'init'"; - } // TODO return 0; } |