summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 33931fd45..c3f1f3ae5 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -1049,14 +1049,6 @@ const char* User::GetCIDRMask(int range)
return ""; // unused, but oh well
}
-std::string User::GetServerIP()
-{
- int port;
- std::string ip;
- irc::sockets::satoap(&server_sa, ip, port);
- return ip;
-}
-
const char* User::GetIPString()
{
int port;