Author: dgregor
Date: Mon Jan 28 11:26:34 2013
New Revision: 173693

URL: http://llvm.org/viewvc/llvm-project?rev=173693&view=rev
Log:
Back out r173689. It doesn't matter when we're building with Clang anyway.

Modified:
    cfe/trunk/include/clang/Basic/SourceManager.h

Modified: cfe/trunk/include/clang/Basic/SourceManager.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/SourceManager.h?rev=173693&r1=173692&r2=173693&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/SourceManager.h (original)
+++ cfe/trunk/include/clang/Basic/SourceManager.h Mon Jan 28 11:26:34 2013
@@ -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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to