diff options
Diffstat (limited to 'include/clang/AST/TypeOrdering.h')
-rw-r--r-- | include/clang/AST/TypeOrdering.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/clang/AST/TypeOrdering.h b/include/clang/AST/TypeOrdering.h index d97e5b04a2..1a050d29c8 100644 --- a/include/clang/AST/TypeOrdering.h +++ b/include/clang/AST/TypeOrdering.h @@ -51,10 +51,6 @@ namespace llvm { return LHS == RHS; } }; - - // FIXME: Move to Type.h - template <> - struct isPodLike<clang::QualType> { static const bool value = true; }; } #endif |