summaryrefslogtreecommitdiff
path: root/libs/ardour/system_exec.cc
diff options
context:
space:
mode:
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