diff --git a/example/library.c b/example/library.c index cd5f0dd..8f4266f 100644 --- a/example/library.c +++ b/example/library.c @@ -43,7 +43,6 @@ static void load() } #if defined(__GNUC__) && !defined(_WIN32) -__attribute__((constructor)) __attribute__((destructor)) #endif static void unload()