summaryrefslogtreecommitdiff
path: root/include/typedefs.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2017-08-28 19:28:53 +0100
committerPeter Powell <petpow@saberuk.com>2017-09-12 15:05:24 +0100
commit5a378e8954717c19deaa618fc326164680383505 (patch)
tree079cdd528cd3f0da2408da9854307db39bd0c8b8 /include/typedefs.h
parentfb13dca410541f01db84287f2721d1e256eaf2b5 (diff)
Change FailedPortList to store a sockaddrs/int instead of string.
Diffstat (limited to 'include/typedefs.h')
-rw-r--r--include/typedefs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/typedefs.h b/include/typedefs.h
index 873382999..62ceb564e 100644
--- a/include/typedefs.h
+++ b/include/typedefs.h
@@ -55,9 +55,6 @@ struct ModResult;
typedef TR1NS::unordered_map<std::string, User*, irc::insensitive, irc::StrHashComp> user_hash;
typedef TR1NS::unordered_map<std::string, Channel*, irc::insensitive, irc::StrHashComp> chan_hash;
-/** A list of failed port bindings, used for informational purposes on startup */
-typedef std::vector<std::pair<std::string, std::string> > FailedPortList;
-
/** List of channels to consider when building the neighbor list of a user
*/
typedef std::vector<Membership*> IncludeChanList;