From: Duncan Sands Date: Sun, 6 Sep 2009 07:23:28 +0000 (+0000) Subject: Remove unneeded declaration, as warned about by X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=34d0194583c46f7f0d8695cb33a1feb3845946b3;p=oota-llvm.git 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 --- 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 {