X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=types.c;h=586b95ba2f4614af3dd392701b8240e89ab7c761;hb=c91a949920b54a81853baa202dc1373194825def;hp=98e75cecca9e900f8e9afc2b60749e82aad3f835;hpb=61a03a80a0c34c03dcf9bc227ca1c9355e8cf3ff;p=cparser diff --git a/types.c b/types.c index 98e75ce..586b95b 100644 --- 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;