summaryrefslogtreecommitdiff
path: root/src/misc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc.cpp')
-rw-r--r--src/misc.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/misc.cpp b/src/misc.cpp
index 815b8dc39..ff1b05b02 100644
--- a/src/misc.cpp
+++ b/src/misc.cpp
@@ -90,10 +90,6 @@ NumberList::NumberList(const Anope::string &list, bool descending) : desc(descen
} while (sep.GetToken(token));
}
-NumberList::~NumberList()
-{
-}
-
void NumberList::Process()
{
if (!is_valid)