From 293efb5c1aef35c4fbe0d8159371c83ba85af18d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 9 Jul 2018 17:24:47 +0300 Subject: Adapt to repository_url(string) ctor throwing invalid_argument for empty string --- libbbot/manifest.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/libbbot/manifest.cxx b/libbbot/manifest.cxx index 7da3dd4..c547198 100644 --- a/libbbot/manifest.cxx +++ b/libbbot/manifest.cxx @@ -489,9 +489,6 @@ namespace bbot if (!repository.empty ()) bad_name ("task repository redefinition"); - if (v.empty ()) - bad_value ("empty task repository"); - try { // Call remote/absolute repository location constructor (throws -- cgit v1.1