]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove unused EventHandlerIter typedef
authorAttila Molnar <attilamolnar@hush.com>
Mon, 29 Aug 2016 12:30:41 +0000 (14:30 +0200)
committerAttila Molnar <attilamolnar@hush.com>
Mon, 29 Aug 2016 12:30:41 +0000 (14:30 +0200)
include/modules.h

index 7acab3cf691dba566158e922218f0bf25ffc5e2e..4f18524c80c79b501394266a7258e50d344638be 100644 (file)
@@ -1004,10 +1004,6 @@ class CoreExport Module : public classbase, public usecountbase
  */
 typedef std::vector<Module*> IntModuleList;
 
-/** An event handler iterator
- */
-typedef IntModuleList::iterator EventHandlerIter;
-
 /** ModuleManager takes care of all things module-related
  * in the core.
  */