summaryrefslogtreecommitdiff
path: root/ace/ACE.cpp
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-22 08:49:16 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-22 08:49:16 +0000
commit33ca3a66a9aab66a7228ca5ab54dd8f8402b208b (patch)
treea42a2232f3ad78a7157948672090c6a05156ee65 /ace/ACE.cpp
parentdc2ab51f120379dcdf2d92d71099515dd3c56b19 (diff)
downloadATCD-33ca3a66a9aab66a7228ca5ab54dd8f8402b208b.tar.gz
Removed a duplicated ACE_TRACE macro.
Diffstat (limited to 'ace/ACE.cpp')
-rw-r--r--ace/ACE.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/ace/ACE.cpp b/ace/ACE.cpp
index 9caa6cce9ea..36b25a94d5f 100644
--- a/ace/ACE.cpp
+++ b/ace/ACE.cpp
@@ -161,10 +161,10 @@ ACE::strsplit_r (char *str,
if (tok_loc != 0)
{
// Return the beginning of the string.
- ret = next_start;
+ ret = next_start;
// Insure it's terminated.
- *tok_loc = '\0';
+ *tok_loc = '\0';
next_start = tok_loc + ACE_OS::strlen (token);
}
else
@@ -1534,7 +1534,6 @@ int
ACE::set_handle_limit (int new_limit)
{
ACE_TRACE ("ACE::set_handle_limit");
- ACE_TRACE ("ACE::set_handle_limit");
int cur_limit = ACE::max_handles ();
if (cur_limit == -1)