diff options
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Support/Registry.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Support/Registry.h b/include/llvm/Support/Registry.h index 454679b..4db8882 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 { |