summaryrefslogtreecommitdiff
path: root/ACE/ace/LSOCK.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:52:29 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-03-17 10:52:29 +0100
commit104d9f8a30c479fe661883b295f120ab035645d9 (patch)
treeaa39aaa576d8ce2e1666df7a750d77df1a33232e /ACE/ace/LSOCK.inl
parent2d22ad2099d46d44fa05778313a8d4c9c4a4eba3 (diff)
downloadATCD-104d9f8a30c479fe661883b295f120ab035645d9.tar.gz
Removed redundant void
Diffstat (limited to 'ACE/ace/LSOCK.inl')
-rw-r--r--ACE/ace/LSOCK.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/LSOCK.inl b/ACE/ace/LSOCK.inl
index 9815783f323..7e7d9d1d6bf 100644
--- a/ACE/ace/LSOCK.inl
+++ b/ACE/ace/LSOCK.inl
@@ -22,7 +22,7 @@ ACE_LSOCK::set_handle (ACE_HANDLE handle)
// Gets the underlying file descriptor.
ACE_INLINE ACE_HANDLE
-ACE_LSOCK::get_handle (void) const
+ACE_LSOCK::get_handle () const
{
ACE_TRACE ("ACE_LSOCK::get_handle");
return this->aux_handle_;