summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
Diffstat (limited to 'basic')
-rw-r--r--basic/source/comp/buffer.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basic/source/comp/buffer.cxx b/basic/source/comp/buffer.cxx
index 3d8f6623c525..bbc3c351f5ae 100644
--- a/basic/source/comp/buffer.cxx
+++ b/basic/source/comp/buffer.cxx
@@ -33,7 +33,6 @@ SbiBuffer::SbiBuffer( SbiParser* p, short n )
pParser = p;
n = ( (n + 15 ) / 16 ) * 16;
if( !n ) n = 16;
- pBuf = nullptr;
pCur = nullptr;
nInc = n;
nSize =