From: Anders Carlsson Date: Mon, 10 Dec 2007 19:46:20 +0000 (+0000) Subject: Revert change that broke the build. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05f753b996a6ea712ab06787190fb3287610fc59;p=clang Revert change that broke the build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44808 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/TargetBuiltins.h b/include/clang/AST/TargetBuiltins.h index 1a3117f637..e8b8d04a04 100644 --- a/include/clang/AST/TargetBuiltins.h +++ b/include/clang/AST/TargetBuiltins.h @@ -12,8 +12,6 @@ #include "clang/AST/Builtins.h" -namespace clang { - /// X86 builtins namespace X86 { enum { @@ -34,6 +32,4 @@ namespace PPC { }; } -} - #endif