From c9fa2cd596b3c20c5f78aa8e1d227b81d52991fb Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sun, 29 Aug 2010 14:48:15 +0000 Subject: Delete an unused declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112424 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/ilist.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/llvm/ADT') diff --git a/include/llvm/ADT/ilist.h b/include/llvm/ADT/ilist.h index 9479d00..4e3afe1 100644 --- a/include/llvm/ADT/ilist.h +++ b/include/llvm/ADT/ilist.h @@ -614,7 +614,6 @@ public: template void sort(Pr3 pred); void sort() { sort(op_less); } - void reverse(); }; -- cgit v1.1