From ea5876b8364beb3b1b2fb82909b00ff107dbb6ca Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 25 Nov 2014 02:11:44 -0500 Subject: Remove dead code. --- libs/pbd/pbd/system_exec.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/pbd/pbd/system_exec.h') 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]; -- cgit v1.2.3