[llvm-commits] [llvm] r112424 - /llvm/trunk/include/llvm/ADT/ilist.h
Dan Gohman
gohman at apple.com
Sun Aug 29 07:48:15 PDT 2010
Author: djg
Date: Sun Aug 29 09:48:15 2010
New Revision: 112424
URL: http://llvm.org/viewvc/llvm-project?rev=112424&view=rev
Log:
Delete an unused declaration.
Modified:
llvm/trunk/include/llvm/ADT/ilist.h
Modified: llvm/trunk/include/llvm/ADT/ilist.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/ilist.h?rev=112424&r1=112423&r2=112424&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/ilist.h (original)
+++ llvm/trunk/include/llvm/ADT/ilist.h Sun Aug 29 09:48:15 2010
@@ -614,7 +614,6 @@
template<class Pr3> void sort(Pr3 pred);
void sort() { sort(op_less); }
- void reverse();
};
More information about the llvm-commits
mailing list