summaryrefslogtreecommitdiff
path: root/libs/pbd/system_exec.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/pbd/system_exec.cc')
-rw-r--r--libs/pbd/system_exec.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/pbd/system_exec.cc b/libs/pbd/system_exec.cc
index a5dd20afac..5d2db21efc 100644
--- a/libs/pbd/system_exec.cc
+++ b/libs/pbd/system_exec.cc
@@ -274,9 +274,6 @@ SystemExec::make_argp_escaped(std::string command, const std::map<char, std::str
}
}
argp[n] = NULL;
-
- char *p = argp[0];
- n = 0;
}
SystemExec::~SystemExec ()