From: Duncan P. N. Exon Smith Date: Sun, 2 Aug 2015 20:40:05 +0000 (+0000) Subject: Remove dead code, NFC X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1e95eedbab2739f5e4090d683729ea1394adf3db;p=oota-llvm.git Remove dead code, NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243853 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/DIE.h b/include/llvm/CodeGen/DIE.h index f07712a676d..531e99b3df2 100644 --- a/include/llvm/CodeGen/DIE.h +++ b/include/llvm/CodeGen/DIE.h @@ -566,8 +566,6 @@ class DIEValueList { ListTy List; public: - bool empty() const { return List.empty(); } - class const_iterator; class iterator : public iterator_adaptor_base