diff options
Diffstat (limited to 'clang/tools/libclang/Indexing.cpp')
| -rw-r--r-- | clang/tools/libclang/Indexing.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/tools/libclang/Indexing.cpp b/clang/tools/libclang/Indexing.cpp index 1833a801824..d666d4bff47 100644 --- a/clang/tools/libclang/Indexing.cpp +++ b/clang/tools/libclang/Indexing.cpp @@ -93,9 +93,6 @@ typedef llvm::DenseSet<PPRegion> PPRegionSetTy; } // end anonymous namespace namespace llvm { - template <> struct isPodLike<PPRegion> { - static const bool value = true; - }; template <> struct DenseMapInfo<PPRegion> { |

