Remove dead code, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 2 Aug 2015 20:40:05 +0000 (20:40 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sun, 2 Aug 2015 20:40:05 +0000 (20:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243853 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/DIE.h

index f07712a676daa2f9b815b080bf0a6f432e12384f..531e99b3df29f26a5e0ae1de97fea05b9c9a7fe2 100644 (file)
@@ -566,8 +566,6 @@ class DIEValueList {
   ListTy List;
 
 public:
-  bool empty() const { return List.empty(); }
-
   class const_iterator;
   class iterator
       : public iterator_adaptor_base<iterator, ListTy::iterator,