aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest-utility.cxx
diff options
context:
space:
mode:
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