From fec45ead6390688476b9e2f03090777bbac4e07b Mon Sep 17 00:00:00 2001 From: w00t Date: Tue, 16 Oct 2007 10:29:01 +0000 Subject: Remove second overridden (fully duplicated :/) copy of GetIPString which copies into a user specified buffer. It's not used anywhere, and is duplication ;( git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8218 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'include') diff --git a/include/users.h b/include/users.h index 915a23c0d..21214062c 100644 --- a/include/users.h +++ b/include/users.h @@ -659,12 +659,6 @@ class CoreExport User : public connection */ const char* GetIPString(); - /** Get IP string from sockaddr, using caller-specified buffer - * @param buf A buffer to use - * @return The IP string - */ - const char* GetIPString(char* buf); - /* Write error string */ std::string WriteError; -- cgit v1.2.3