[llvm-commits] [llvm] r81104 - /llvm/trunk/include/llvm/Support/Registry.h

Duncan Sands baldrick at free.fr
Sun Sep 6 00:23:30 PDT 2009


Author: baldrick
Date: Sun Sep  6 02:23:28 2009
New Revision: 81104

URL: http://llvm.org/viewvc/llvm-project?rev=81104&view=rev
Log:
Remove unneeded declaration, as warned about by
icc (#1170).  Patch by Erick Tryzelaar.

Modified:
    llvm/trunk/include/llvm/Support/Registry.h

Modified: llvm/trunk/include/llvm/Support/Registry.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Registry.h?rev=81104&r1=81103&r2=81104&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Support/Registry.h (original)
+++ llvm/trunk/include/llvm/Support/Registry.h Sun Sep  6 02:23:28 2009
@@ -77,9 +77,6 @@
     static listener *ListenerHead, *ListenerTail;
 
   public:
-    class iterator;
-
-
     /// Node in linked list of entries.
     ///
     class node {





More information about the llvm-commits mailing list