BASIC : useless std::unique_ptr initialisation

Change-Id: I841cbb2bad3af5f6f6212962d7f15436d5e7bead
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102105
Tested-by: Jenkins
Reviewed-by: Arnaud Versini <arnaud.versini@libreoffice.org>
This commit is contained in:
Arnaud Versini
2020-09-06 15:37:46 +02:00
parent b5fcfb7ff9
commit 1d67beea59

View File

@@ -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 =