summaryrefslogtreecommitdiff
path: root/execute.h
diff options
context:
space:
mode:
Diffstat (limited to 'execute.h')
-rw-r--r--execute.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/execute.h b/execute.h
deleted file mode 100644
index f284230..0000000
--- a/execute.h
+++ /dev/null
@@ -1,9 +0,0 @@
-// -*- c++ -*-
-#pragma once
-
-#include <string>
-#include <vector>
-
-int execute(const std::string& command,
- const std::vector<std::string>& args,
- bool verbose = true);