summaryrefslogtreecommitdiffstats
path: root/sal/rtl/strbuf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/strbuf.cxx')
-rw-r--r--sal/rtl/strbuf.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/rtl/strbuf.cxx b/sal/rtl/strbuf.cxx
index bb42dee4a0d4..b88b0d9585c1 100644
--- a/sal/rtl/strbuf.cxx
+++ b/sal/rtl/strbuf.cxx
@@ -105,7 +105,6 @@ void SAL_CALL rtl_stringbuffer_insert( rtl_String ** This,
assert(This);
assert(capacity && *capacity >= 0);
assert(offset >= 0 && offset <= (**This).length);
- assert(len == 0 || str != nullptr);
assert(len >= 0);
sal_Int32 nOldLen;
sal_Char * pBuf;