mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kpty: remove unused QByteArray object
build with clang v14, -Wall in CXXFLAGS and still got not warning for it being unused Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
b0b0f528da
commit
b4017ba41a
1 changed files with 0 additions and 1 deletions
|
@ -75,7 +75,6 @@ public:
|
|||
void clear()
|
||||
{
|
||||
buffers.clear();
|
||||
QByteArray tmp;
|
||||
buffers << QByteArray(CHUNKSIZE, char('\0'));
|
||||
head = tail = 0;
|
||||
totalSize = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue