summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-03-01 15:42:47 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-03-01 15:42:47 +0100
commit78f7225ac29faac6e14cad0118e63b47000fe9b8 (patch)
tree9712258f886a46160347f8a78b054886126e63cb /ACE
parentde2c1d6dfe3044900cb7932e746bb97523dbdc90 (diff)
downloadATCD-78f7225ac29faac6e14cad0118e63b47000fe9b8.tar.gz
Removed not necessary return
* ACE/ace/TLI.cpp:
Diffstat (limited to 'ACE')
-rw-r--r--ACE/ace/TLI.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/ace/TLI.cpp b/ACE/ace/TLI.cpp
index 310f85ce8b6..2c101d82709 100644
--- a/ACE/ace/TLI.cpp
+++ b/ACE/ace/TLI.cpp
@@ -49,7 +49,6 @@ ACE_TLI::ACE_TLI (void)
{
delete [] this->so_opt_req.opt.buf;
this->so_opt_req.opt.buf = 0;
- return;
}
#endif /* ACE_HAS_SVR4_TLI */
}