]> granicus.if.org Git - clang/commitdiff
Back out r173689. It doesn't matter when we're building with Clang anyway.
authorDouglas Gregor <dgregor@apple.com>
Mon, 28 Jan 2013 17:26:34 +0000 (17:26 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 28 Jan 2013 17:26:34 +0000 (17:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173693 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/SourceManager.h

index 7775619e013eb36d637a4ada985c2634981ff02d..a6636b8b368fabf9f4804908e4da4071cce6a4c1 100644 (file)
@@ -1620,12 +1620,5 @@ public:
 
 }  // end namespace clang
 
-namespace llvm {
-  // SrcMgr::SLocEntry's are POD-like.
-  template<>
-  struct isPodLike<clang::SrcMgr::SLocEntry> {
-    static const bool value = true;
-  };
-}
 
 #endif