Warn about reference address as bool in condition of ?: and if (), too, not only...
[cparser] / types.c
diff --git a/types.c b/types.c
index 98e75ce..586b95b 100644 (file)
--- a/types.c
+++ b/types.c
@@ -22,8 +22,6 @@
 #include "lang_features.h"
 #include "entity_t.h"
 
-atomic_type_kind_t wchar_atomic_kind = ATOMIC_TYPE_INT;
-
 /** The error type. */
 type_t *type_error_type;