projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd887df
)
Delete an unused declaration.
author
Dan Gohman
<gohman@apple.com>
Sun, 29 Aug 2010 14:48:15 +0000
(14:48 +0000)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/ilist.h
b/include/llvm/ADT/ilist.h
index 9479d00f31be6f7a361b9d03ba798ff6d0350258..4e3afe1711997068d4fb855aafa4268b4185a09c 100644
(file)
--- 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();
};