summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qprocess_p.h
diff options
context:
space:
mode:
authorLouai Al-Khanji <louai.al-khanji@theqtcompany.com>2016-02-04 17:46:50 -0800
committerLouai Al-Khanji <louai.al-khanji@theqtcompany.com>2016-02-05 06:59:05 +0000
commit58bd015ddff84c6bd0b5dcff54b9512e188f346c (patch)
tree97734fcabaaaa82a1b31dd872fda7fb2bb542ca2 /src/corelib/io/qprocess_p.h
parent3b73ee0fb54c45e51e329614d18e667f7e751d41 (diff)
QProcess: Remove dead code
These functions appear to have been dead code always - even in the earliest Qt4 releases! Change-Id: Ie2a458092b45113782284cf8ed3aa11a018b60d4 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/io/qprocess_p.h')
-rw-r--r--src/corelib/io/qprocess_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/io/qprocess_p.h b/src/corelib/io/qprocess_p.h
index 0c501aecd8..043a44df81 100644
--- a/src/corelib/io/qprocess_p.h
+++ b/src/corelib/io/qprocess_p.h
@@ -381,7 +381,6 @@ public:
bool waitForReadyRead(int msecs = 30000);
bool waitForBytesWritten(int msecs = 30000);
bool waitForFinished(int msecs = 30000);
- bool waitForWrite(int msecs = 30000);
qint64 bytesAvailableInChannel(const Channel *channel) const;
qint64 readFromChannel(const Channel *channel, char *data, qint64 maxlen);