diff options
| author | 2019-02-15 10:58:43 +0000 | |
|---|---|---|
| committer | 2019-02-15 11:35:25 +0000 | |
| commit | a7fc2fe0dc845ffba1f4575e694aa1bb7f60756b (patch) | |
| tree | 3d8c861e33e8b9ffe3cbd78a522a4e85fd914ec7 /include | |
| parent | Rename User::nping to nextping for consistency with lastping. (diff) | |
| download | inspircd++-a7fc2fe0dc845ffba1f4575e694aa1bb7f60756b.tar.gz inspircd++-a7fc2fe0dc845ffba1f4575e694aa1bb7f60756b.tar.bz2 inspircd++-a7fc2fe0dc845ffba1f4575e694aa1bb7f60756b.zip | |
Replace GetServerPort() with server_sa.port().
Diffstat (limited to 'include')
| -rw-r--r-- | include/users.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/users.h b/include/users.h index 39e7e90f0..9a90567a0 100644 --- a/include/users.h +++ b/include/users.h @@ -772,11 +772,6 @@ class CoreExport LocalUser : public User, public insp::intrusive_list_node<Local */ irc::sockets::sockaddrs server_sa; - /** - * @return The port number of this user. - */ - int GetServerPort(); - /** Recursion fix: user is out of SendQ and will be quit as soon as possible. * This can't be handled normally because QuitUser itself calls Write on other * users, which could trigger their SendQ to overrun. |
