X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Ftypedefs.h;h=62ceb564e5ba242959462b87236e589375861526;hb=60d92db9a1b71bbfd4230c5eb9f04cd6a87a41d8;hp=8733829999819a39379ec6b5dd04bec75ce3ca15;hpb=4b37c612257fa94a790d4698a2660112473599ae;p=user%2Fhenk%2Fcode%2Finspircd.git 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 user_hash; typedef TR1NS::unordered_map chan_hash; -/** A list of failed port bindings, used for informational purposes on startup */ -typedef std::vector > FailedPortList; - /** List of channels to consider when building the neighbor list of a user */ typedef std::vector IncludeChanList;