removed useless #if

This commit is contained in:
heckflosse
2018-12-08 01:45:55 +01:00
parent 04d5ba3f91
commit 033b021b9b

View File

@@ -3,8 +3,6 @@
#pragma GCC diagnostic ignored "-Wsign-compare"
#if (__GNUC__ >= 6)
#pragma GCC diagnostic ignored "-Wmisleading-indentation"
#if (__GNUC__ >= 7)
#endif
#endif
#endif