aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest-utility.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-10-08 16:56:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-10-08 16:56:47 +0200
commit5fd147738125c30d6e16803f387af023d1e85588 (patch)
treea8ac1cde30ce8b15ae3b9f65c1c18a92ce4f84a3 /bpkg/manifest-utility.cxx
parent714a13a117d53d98769d224193a2115aff9ae7ea (diff)
Use <pkg>/<ver> format in all commands
Diffstat (limited to 'bpkg/manifest-utility.cxx')
-rw-r--r--bpkg/manifest-utility.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/bpkg/manifest-utility.cxx b/bpkg/manifest-utility.cxx
index e44936f..cef55f7 100644
--- a/bpkg/manifest-utility.cxx
+++ b/bpkg/manifest-utility.cxx
@@ -51,18 +51,6 @@ namespace bpkg
return version ();
}
- version
- parse_version (const char* s)
- try
- {
- return version (s);
- }
- catch (const invalid_argument& e)
- {
- error << "invalid package version '" << s << "': " << e.what ();
- throw failed ();
- }
-
repository_location
parse_location (const char* s)
try