summaryrefslogtreecommitdiff
path: root/ace/SString.cpp
diff options
context:
space:
mode:
authorljb1 <ljb1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-11-14 01:56:45 +0000
committerljb1 <ljb1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-11-14 01:56:45 +0000
commitf3e15c9bdb4b07b73f32aa26e0e174ed6fc8f294 (patch)
tree0210e69f8a9af28f29b8233ba97766a1cdaec00d /ace/SString.cpp
parente77e3c2f46c60e76c1a657501fcd4e7db406d125 (diff)
downloadATCD-f3e15c9bdb4b07b73f32aa26e0e174ed6fc8f294.tar.gz
Sat Nov 13 19:55:17 1999 Luther J Baker <ljb1@cs.wustl.edu>
Diffstat (limited to 'ace/SString.cpp')
-rw-r--r--ace/SString.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/SString.cpp b/ace/SString.cpp
index 36024b8d57d..f0b8448adad 100644
--- a/ace/SString.cpp
+++ b/ace/SString.cpp
@@ -169,8 +169,6 @@ ACE_Tokenizer::next (void)
// Increment to the next token.
index_++;
}
- else
- next_token = buffer_ + index_;
goto EXIT_LABEL;
}