diff --git a/Userland/DynamicLoader/main.cpp b/Userland/DynamicLoader/main.cpp index 452b333a38..b0eaadb4bb 100644 --- a/Userland/DynamicLoader/main.cpp +++ b/Userland/DynamicLoader/main.cpp @@ -45,15 +45,6 @@ #include #include -#ifdef DYNAMIC_LOAD_VERBOSE -# define VERBOSE(fmt, ...) dbgprintf(fmt, ##__VA_ARGS__) -#else -# define VERBOSE(fmt, ...) \ - do { \ - } while (0) -#endif -#define TLS_VERBOSE(fmt, ...) dbgprintf(fmt, ##__VA_ARGS__) - char* __static_environ[] = { nullptr }; // We don't get the environment without some libc workarounds.. static void init_libc()