summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-09-06 07:23:28 +0000
committerDuncan Sands <baldrick@free.fr>2009-09-06 07:23:28 +0000
commit34d0194583c46f7f0d8695cb33a1feb3845946b3 (patch)
tree50e2b6e8f2087eb8b660c65ea39288b09cec81f6 /include
parentf94880b47944ac4370e759c8ede63bf197a1da20 (diff)
downloadllvm-34d0194583c46f7f0d8695cb33a1feb3845946b3.tar.gz
llvm-34d0194583c46f7f0d8695cb33a1feb3845946b3.tar.bz2
llvm-34d0194583c46f7f0d8695cb33a1feb3845946b3.tar.xz
Remove unneeded declaration, as warned about by
icc (#1170). Patch by Erick Tryzelaar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81104 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/Registry.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Support/Registry.h b/include/llvm/Support/Registry.h
index 454679bda8..4db88825af 100644
--- a/include/llvm/Support/Registry.h
+++ b/include/llvm/Support/Registry.h
@@ -77,9 +77,6 @@ namespace llvm {
static listener *ListenerHead, *ListenerTail;
public:
- class iterator;
-
-
/// Node in linked list of entries.
///
class node {