diff options
Diffstat (limited to 'llvm/include/llvm/ADT/ImmutableList.h')
| -rw-r--r-- | llvm/include/llvm/ADT/ImmutableList.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/include/llvm/ADT/ImmutableList.h b/llvm/include/llvm/ADT/ImmutableList.h index 37c91cdd369..c9ee494734e 100644 --- a/llvm/include/llvm/ADT/ImmutableList.h +++ b/llvm/include/llvm/ADT/ImmutableList.h @@ -241,10 +241,6 @@ template<typename T> struct DenseMapInfo<ImmutableList<T>> { } }; -template <typename T> struct isPodLike; -template <typename T> -struct isPodLike<ImmutableList<T>> { static const bool value = true; }; - } // end namespace llvm #endif // LLVM_ADT_IMMUTABLELIST_H |

