aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-command
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-02-14 14:20:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-02-14 14:20:00 +0200
commit0736a7b0cb90b83895af6a11ae0158f2adcce321 (patch)
treecfbba455a26e0970b1ec13d78f67ae2ac15eb72a /bpkg/pkg-command
parent2a1e0a68979db77b3c4951ac15d6abcf68d5780d (diff)
Update all packages at once in pkg-build
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>&);
}