aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules
diff options
context:
space:
mode:
authorGravatar Sadie Powell2022-09-30 20:21:59 +0100
committerGravatar Sadie Powell2022-09-30 20:21:59 +0100
commite4efd41a99e1237b61336555af0398ef5f634a4d (patch)
tree33d556a2347e0e1531546cf0d661b40512c3b620 /include/modules
parentUse auto instead of type names where the type is obvious. (diff)
downloadinspircd++-e4efd41a99e1237b61336555af0398ef5f634a4d.tar.gz
inspircd++-e4efd41a99e1237b61336555af0398ef5f634a4d.tar.bz2
inspircd++-e4efd41a99e1237b61336555af0398ef5f634a4d.zip
Use a global typedef for representing a character set.
Diffstat (limited to 'include/modules')
-rw-r--r--include/modules/who.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/modules/who.h b/include/modules/who.h
index 20c59d4c9..48908e98e 100644
--- a/include/modules/who.h
+++ b/include/modules/who.h
@@ -70,8 +70,6 @@ public:
class Who::Request
{
public:
- typedef std::bitset<UCHAR_MAX + 1> CharState;
-
/** The flags for matching users to include. */
CharState flags;