aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/SourceManager.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2013-01-28 17:26:34 +0000
committerDouglas Gregor <dgregor@apple.com>2013-01-28 17:26:34 +0000
commit531b47c22e58146b2720677518bdd459eb0e907d (patch)
tree9463a43525c0469b6cde74c0a8184d2825d38ad4 /include/clang/Basic/SourceManager.h
parentd3cf5fba332fc77f7e72ef58077822606718671d (diff)
Back out r173689. It doesn't matter when we're building with Clang anyway.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173693 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/SourceManager.h')
-rw-r--r--include/clang/Basic/SourceManager.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/clang/Basic/SourceManager.h b/include/clang/Basic/SourceManager.h
index 7775619e01..a6636b8b36 100644
--- a/include/clang/Basic/SourceManager.h
+++ b/include/clang/Basic/SourceManager.h
@@ -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