From: Dan Gohman Date: Sun, 29 Aug 2010 14:48:15 +0000 (+0000) Subject: Delete an unused declaration. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c9fa2cd596b3c20c5f78aa8e1d227b81d52991fb;p=oota-llvm.git Delete an unused declaration. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112424 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/ilist.h b/include/llvm/ADT/ilist.h index 9479d00f31b..4e3afe17119 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(); };