summaryrefslogtreecommitdiff
path: root/include/typedefs.h
diff options
context:
space:
mode:
authorAttila Molnar <attilamolnar@hush.com>2014-06-13 15:42:38 +0200
committerAttila Molnar <attilamolnar@hush.com>2014-06-13 15:42:38 +0200
commit97faccd6c5edd79590c1390e642bd3c34e519e0a (patch)
tree3d4ffd21120191cd77b4d28237aca4cf48900c7e /include/typedefs.h
parent15d0256e94f382b823dbb457218e1e3d2a462e16 (diff)
Remove global Commandtable typedef
Diffstat (limited to 'include/typedefs.h')
-rw-r--r--include/typedefs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/typedefs.h b/include/typedefs.h
index 336084c55..c883a0859 100644
--- a/include/typedefs.h
+++ b/include/typedefs.h
@@ -100,10 +100,6 @@ typedef std::map<std::string, reference<OperInfo> > OperIndex;
/** Files read by the configuration */
typedef std::map<std::string, file_cache> ConfigFileCache;
-/** A hash of commands used by the core
- */
-typedef TR1NS::unordered_map<std::string, Command*> Commandtable;
-
/** Membership list of a channel */
typedef std::map<User*, Membership*> UserMembList;
/** Iterator of UserMembList */