aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/cpp/blaze_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/cpp/blaze_util.h')
-rw-r--r--src/main/cpp/blaze_util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/cpp/blaze_util.h b/src/main/cpp/blaze_util.h
index 4cf6dc98b5..a43deea75d 100644
--- a/src/main/cpp/blaze_util.h
+++ b/src/main/cpp/blaze_util.h
@@ -66,8 +66,6 @@ int GetTerminalColumns();
void AddJVMSpecificArguments(const string &host_javabase,
std::vector<string> *result);
-void ExecuteProgram(const string &exe, const std::vector<string> &args_vector);
-
// If 'arg' matches 'key=value', returns address of 'value'.
// If it matches 'key' alone, returns address of next_arg.
// Returns NULL otherwise.