summaryrefslogtreecommitdiff
path: root/sal/rtl/strbuf.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-11-20 07:47:13 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-11-20 08:34:06 +0100
commitc89f15c603cbe59a2a112243ff9f0bf7dff958e1 (patch)
tree201f4a6653ef5d8678607b643f42b8325aa5ce46 /sal/rtl/strbuf.cxx
parent186990395d72a803dd4a9f087fe4e05f49e69ad2 (diff)
Remove comment junk
Change-Id: Ifaed964d084d0b7a2dacbc23a93fb77eb7515ab4
Diffstat (limited to 'sal/rtl/strbuf.cxx')
-rw-r--r--sal/rtl/strbuf.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sal/rtl/strbuf.cxx b/sal/rtl/strbuf.cxx
index 5472ceb72091..18ae7c56cdb9 100644
--- a/sal/rtl/strbuf.cxx
+++ b/sal/rtl/strbuf.cxx
@@ -102,10 +102,6 @@ void SAL_CALL rtl_stringbuffer_insert( rtl_String ** This,
if (*capacity < (*This)->length + len)
rtl_stringbuffer_ensureCapacity( This, capacity, (*This)->length + len );
- /*
- if( len == 1 )
- This->buffer
- */
nOldLen = (*This)->length;
pBuf = (*This)->buffer;