diff --git a/src/config.h b/src/config.h index 92c4aa7..12f2e3f 100644 --- a/src/config.h +++ b/src/config.h @@ -21,10 +21,6 @@ #ifndef CONFIG_H #define CONFIG_H -#if __STDC_VERSION__ < 199901L -# define inline static -#endif - #include typedef unsigned char uint8_t;