From 9e1433dfddbb0b017c8eca4d71aa09d873a06a3e Mon Sep 17 00:00:00 2001 From: Alex Trotsenko Date: Mon, 14 Dec 2020 18:07:23 +0200 Subject: QProcess: remove unused member Change-Id: I448a32b8ba11426c70d49f7f492b73e7799cc257 Reviewed-by: Thiago Macieira --- src/corelib/io/qprocess.cpp | 1 - src/corelib/io/qprocess_p.h | 1 - 2 files changed, 2 deletions(-) (limited to 'src/corelib/io') diff --git a/src/corelib/io/qprocess.cpp b/src/corelib/io/qprocess.cpp index 58e0172d63..095847122a 100644 --- a/src/corelib/io/qprocess.cpp +++ b/src/corelib/io/qprocess.cpp @@ -865,7 +865,6 @@ void QProcessPrivate::cleanup() #endif pid = 0; - sequenceNumber = 0; if (stdoutChannel.notifier) { delete stdoutChannel.notifier; diff --git a/src/corelib/io/qprocess_p.h b/src/corelib/io/qprocess_p.h index 85379e8a3f..b8b56be4f9 100644 --- a/src/corelib/io/qprocess_p.h +++ b/src/corelib/io/qprocess_p.h @@ -308,7 +308,6 @@ public: #else qint64 pid = 0; #endif - int sequenceNumber; bool dying = false; bool emittedReadyRead = false; -- cgit v1.2.3