diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-16 10:29:01 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-16 10:29:01 +0000 |
commit | fec45ead6390688476b9e2f03090777bbac4e07b (patch) | |
tree | 36e3e0ae6995b80e42e6017175cd91795ebb1392 /include | |
parent | 0060869dd57ca0239ef0d1b47c24e5f0ac98898f (diff) |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/users.h | 6 |
1 files changed, 0 insertions, 6 deletions
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; |