summaryrefslogtreecommitdiff
path: root/src/service.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/service.cpp')
-rw-r--r--src/service.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/service.cpp b/src/service.cpp
index 865c479df..9e99d0cad 100644
--- a/src/service.cpp
+++ b/src/service.cpp
@@ -65,14 +65,3 @@ Service::~Service()
ServiceManager::Get()->Unregister(this);
}
-ServiceAlias::ServiceAlias(const Anope::string &type, const Anope::string &from, const Anope::string &to) : t(type), f(from)
-{
- ServiceManager::Get()->AddAlias(type, from, to);
-}
-
-ServiceAlias::~ServiceAlias()
-{
- ServiceManager::Get()->DelAlias(t, f);
-}
-
-