summaryrefslogtreecommitdiff
path: root/ACE/ace/IOStream_T.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/IOStream_T.inl
parent2d22ad2099d46d44fa05778313a8d4c9c4a4eba3 (diff)
downloadATCD-104d9f8a30c479fe661883b295f120ab035645d9.tar.gz
Removed redundant void
Diffstat (limited to 'ACE/ace/IOStream_T.inl')
-rw-r--r--ACE/ace/IOStream_T.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ace/IOStream_T.inl b/ACE/ace/IOStream_T.inl
index 1797de613df..800b2db181a 100644
--- a/ACE/ace/IOStream_T.inl
+++ b/ACE/ace/IOStream_T.inl
@@ -6,7 +6,7 @@
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
template <class STREAM> ACE_INLINE int
-ACE_IOStream<STREAM>::eof (void) const
+ACE_IOStream<STREAM>::eof () const
{
// Get the timeout value of the streambuf
ACE_Time_Value *timeout = this->streambuf_->recv_timeout (0);