X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=compiler%2Fcompiler.h;h=72e84197584e1aa8872e2905bc70710989443416;hp=33500a9b02a53c4259c307d69fff96d8c7369646;hb=67bf982340d95ca98098ea050b54b4c7adb116c0;hpb=7ed4d7abf0d7720d532d9680ebf69745d9270a5e diff --git a/compiler/compiler.h b/compiler/compiler.h index 33500a9b..72e84197 100644 --- a/compiler/compiler.h +++ b/compiler/compiler.h @@ -13,14 +13,4 @@ #define __must_check #endif -#define uninitialized_var(x) x = x - -#ifndef __weak -#ifndef __CYGWIN__ -#define __weak __attribute__((weak)) -#else -#define __weak -#endif -#endif - #endif