@@ -45,12 +45,10 @@ # define OF_M68K_REG(reg) __asm__(#reg) #else # define OF_M68K_REG(reg) #endif -struct Library *DOSBase; - /* This always needs to be the first thing in the file. */ int _start() { return -1; @@ -397,13 +395,10 @@ return false; if (base->initialized) return true; - if ((DOSBase = OpenLibrary("dos.library", 0)) == NULL) - return false; - memcpy(&libc, libc_, sizeof(libc)); __sF = sF; #ifdef OF_AMIGAOS_M68K if ((size_t)_EH_FRAME_BEGINS__ != (size_t)_EH_FRAME_OBJECTS__)