summaryrefslogtreecommitdiff
path: root/libs/ardour/system_exec.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-11-24 00:04:45 +0100
committerRobin Gareus <robin@gareus.org>2014-11-24 00:04:45 +0100
commitc0e8647806a75db0bd1d1558a84522cd63d74d32 (patch)
tree45d2ddaa97aac9d99f8a50f7af9849ff17344de4 /libs/ardour/system_exec.cc
parent3aea7af3fd236974a10f119f629171f55f623588 (diff)
amend c4533939b9
Diffstat (limited to 'libs/ardour/system_exec.cc')
-rw-r--r--libs/ardour/system_exec.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/system_exec.cc b/libs/ardour/system_exec.cc
index 6ee6d809e0..d83165252a 100644
--- a/libs/ardour/system_exec.cc
+++ b/libs/ardour/system_exec.cc
@@ -27,9 +27,7 @@
using namespace ARDOUR;
-#ifndef PLATFORM_WINDOWS
char * SystemExec::_vfork_exec_wrapper = NULL;
-#endif
static char *vfork_exec_wrapper_path() {
#ifdef PLATFORM_WINDOWS