From 34d0194583c46f7f0d8695cb33a1feb3845946b3 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sun, 6 Sep 2009 07:23:28 +0000 Subject: [PATCH] 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 --- include/llvm/Support/Registry.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/llvm/Support/Registry.h b/include/llvm/Support/Registry.h index 454679bda83..4db88825afb 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 { -- 2.34.1