From 5fd147738125c30d6e16803f387af023d1e85588 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 8 Oct 2015 16:56:47 +0200 Subject: Use / format in all commands --- bpkg/manifest-utility.cxx | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'bpkg/manifest-utility.cxx') 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 -- cgit v1.1