summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd/system_exec.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-11-25 02:11:44 -0500
committerDavid Robillard <d@drobilla.net>2014-11-25 02:11:44 -0500
commitea5876b8364beb3b1b2fb82909b00ff107dbb6ca (patch)
treea8066bf0013f380852ef358d450faa362dd55977 /libs/pbd/pbd/system_exec.h
parent8b268344f945ca2be683d9f5356951685752ce8f (diff)
Remove dead code.
Diffstat (limited to 'libs/pbd/pbd/system_exec.h')
-rw-r--r--libs/pbd/pbd/system_exec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/pbd/pbd/system_exec.h b/libs/pbd/pbd/system_exec.h
index ce6e5a9c4f..b554bdca94 100644
--- a/libs/pbd/pbd/system_exec.h
+++ b/libs/pbd/pbd/system_exec.h
@@ -221,7 +221,6 @@ class LIBPBD_API SystemExec
void init ();
pthread_mutex_t write_lock;
- int fdin; ///< file-descriptor for writing to child's STDIN. This variable is identical to pin[1] but also used as status check if the stdin pipe is open: <0 means closed.
int pok[2];
int pin[2];
int pout[2];