diff --git a/nx/source/runtime/argv.c b/nx/source/runtime/argv.c index 00c0346e..8b748a92 100644 --- a/nx/source/runtime/argv.c +++ b/nx/source/runtime/argv.c @@ -10,7 +10,6 @@ // System globals we define here int __system_argc; char** __system_argv; -struct in_addr __nxlink_host; extern char* fake_heap_start; extern char* fake_heap_end;