summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-29 14:48:15 +0000
committerDan Gohman <gohman@apple.com>2010-08-29 14:48:15 +0000
commitc9fa2cd596b3c20c5f78aa8e1d227b81d52991fb (patch)
treef488efd464e2e9daad65375388c5d10db0ca5034 /include
parentbd887df8b960404f3f1a2f5a6a98ec8c2aa8394d (diff)
downloadllvm-c9fa2cd596b3c20c5f78aa8e1d227b81d52991fb.tar.gz
llvm-c9fa2cd596b3c20c5f78aa8e1d227b81d52991fb.tar.bz2
llvm-c9fa2cd596b3c20c5f78aa8e1d227b81d52991fb.tar.xz
Delete an unused declaration.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112424 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/ADT/ilist.h1
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();
};