From 1f3774634b122e4ace102c8643f6d9281e3a20de Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Nov 2015 19:06:27 +0200 Subject: Make root configuration option notation to be the same as of AP_ROOT configuration variable --- brep/types-parsers.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'brep/types-parsers.cxx') diff --git a/brep/types-parsers.cxx b/brep/types-parsers.cxx index f7c2f11..6236000 100644 --- a/brep/types-parsers.cxx +++ b/brep/types-parsers.cxx @@ -28,9 +28,6 @@ namespace brep try { x = T (v); - - if (x.empty ()) - throw invalid_value (o, v); } catch (const invalid_path&) { -- cgit v1.1