Delete an unused declaration.
authorDan Gohman <gohman@apple.com>
Sun, 29 Aug 2010 14:48:15 +0000 (14:48 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 29 Aug 2010 14:48:15 +0000 (14:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112424 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/ilist.h

index 9479d00f31be6f7a361b9d03ba798ff6d0350258..4e3afe1711997068d4fb855aafa4268b4185a09c 100644 (file)
@@ -614,7 +614,6 @@ public:
 
   template<class Pr3> void sort(Pr3 pred);
   void sort() { sort(op_less); }
-  void reverse();
 };