diff options
author | Dan Gohman <gohman@apple.com> | 2010-08-29 14:48:15 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-08-29 14:48:15 +0000 |
commit | c9fa2cd596b3c20c5f78aa8e1d227b81d52991fb (patch) | |
tree | f488efd464e2e9daad65375388c5d10db0ca5034 | |
parent | bd887df8b960404f3f1a2f5a6a98ec8c2aa8394d (diff) |
Delete an unused declaration.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112424 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/ADT/ilist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/ADT/ilist.h b/include/llvm/ADT/ilist.h index 9479d00f31..4e3afe1711 100644 --- a/include/llvm/ADT/ilist.h +++ b/include/llvm/ADT/ilist.h @@ -614,7 +614,6 @@ public: template<class Pr3> void sort(Pr3 pred); void sort() { sort(op_less); } - void reverse(); }; |