From 1e95eedbab2739f5e4090d683729ea1394adf3db Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Sun, 2 Aug 2015 20:40:05 +0000 Subject: [PATCH] Remove dead code, NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243853 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/DIE.h | 2 -- 1 file changed, 2 deletions(-) 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