Revert "[DWARF] Fix debug info generation for function static variables, typedefs, and records"

Caused PR24008

This reverts commit 37cb5f1c2d.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241176 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Blaikie
2015-07-01 18:07:16 +00:00
parent 89ec7f0069
commit b99e0eb947
8 changed files with 35 additions and 194 deletions

View File

@@ -53,7 +53,4 @@ template <typename T> iterator_range<T> make_range(std::pair<T, T> p) {
}
}
template <typename R>
bool empty(const R& r) { return begin(r) == end(r); }
#endif