aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-command
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-command')
-rw-r--r--bpkg/pkg-command6
1 files changed, 0 insertions, 6 deletions
diff --git a/bpkg/pkg-command b/bpkg/pkg-command
index 6790917..21699c4 100644
--- a/bpkg/pkg-command
+++ b/bpkg/pkg-command
@@ -30,12 +30,6 @@ namespace bpkg
pkg_command (const string& cmd,
const dir_path& configuration,
const common_options&,
- const shared_ptr<selected_package>&);
-
- void
- pkg_command (const string& cmd,
- const dir_path& configuration,
- const common_options&,
const strings& common_vars,
const vector<pkg_command_vars>&);
}