aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/DeclSpec.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2010-02-05 07:38:55 +0000
committerChandler Carruth <chandlerc@gmail.com>2010-02-05 07:38:55 +0000
commit8047f17ff15ff85bfcfc666a2979a77d8af5a4ae (patch)
treec40e9da9e8d57a498a96d58653b0ebdfc9198508 /lib/Parse/DeclSpec.cpp
parent525f96c0ef39f91abd26b1b4584ba1814e7ebc28 (diff)
Revert the unused TST_pixel entry from r95335 as it is not listed in the Sema
switch, triggering warnings. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95381 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Parse/DeclSpec.cpp')
-rw-r--r--lib/Parse/DeclSpec.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Parse/DeclSpec.cpp b/lib/Parse/DeclSpec.cpp
index 0f1063eb3c..4a699e7ad5 100644
--- a/lib/Parse/DeclSpec.cpp
+++ b/lib/Parse/DeclSpec.cpp
@@ -192,7 +192,6 @@ const char *DeclSpec::getSpecifierName(DeclSpec::TST T) {
case DeclSpec::TST_decimal32: return "_Decimal32";
case DeclSpec::TST_decimal64: return "_Decimal64";
case DeclSpec::TST_decimal128: return "_Decimal128";
- case DeclSpec::TST_pixel: return "__pixel";
case DeclSpec::TST_enum: return "enum";
case DeclSpec::TST_class: return "class";
case DeclSpec::TST_union: return "union";