[llvm] r243853 - Remove dead code, NFC
Duncan P. N. Exon Smith
dexonsmith at apple.com
Sun Aug 2 13:40:05 PDT 2015
Author: dexonsmith
Date: Sun Aug 2 15:40:05 2015
New Revision: 243853
URL: http://llvm.org/viewvc/llvm-project?rev=243853&view=rev
Log:
Remove dead code, NFC
Modified:
llvm/trunk/include/llvm/CodeGen/DIE.h
Modified: llvm/trunk/include/llvm/CodeGen/DIE.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/DIE.h?rev=243853&r1=243852&r2=243853&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/DIE.h (original)
+++ llvm/trunk/include/llvm/CodeGen/DIE.h Sun Aug 2 15:40:05 2015
@@ -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,
More information about the llvm-commits
mailing list