mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
remove unused QProcessInfo::exitResult member
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0f3ff25f0b
commit
209a907a72
1 changed files with 0 additions and 2 deletions
|
@ -135,7 +135,6 @@ static inline void add_fd(int &nfds, int fd, fd_set *fdset)
|
|||
struct QProcessInfo {
|
||||
QProcess *process;
|
||||
int deathPipe;
|
||||
int exitResult;
|
||||
pid_t pid;
|
||||
};
|
||||
|
||||
|
@ -283,7 +282,6 @@ void QProcessManager::add(pid_t pid, QProcess *process)
|
|||
QProcessInfo *info = new QProcessInfo;
|
||||
info->process = process;
|
||||
info->deathPipe = process->d_func()->deathPipe[1];
|
||||
info->exitResult = 0;
|
||||
info->pid = pid;
|
||||
|
||||
children.insert(pid, info);
|
||||
|
|
Loading…
Add table
Reference in a new issue