aboutsummaryrefslogtreecommitdiff
path: root/brep/types-parsers.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-16 19:06:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-16 19:06:27 +0200
commit1f3774634b122e4ace102c8643f6d9281e3a20de (patch)
tree1eb2df333c9cd78581ab8840c508036b6aabb565 /brep/types-parsers.cxx
parentd5b0b7b1d099125bf6f86b2e49acdbf2e6625beb (diff)
Make root configuration option notation to be the same as of AP_ROOT configuration variable
Diffstat (limited to 'brep/types-parsers.cxx')
-rw-r--r--brep/types-parsers.cxx3
1 files changed, 0 insertions, 3 deletions
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&)
{