aboutsummaryrefslogtreecommitdiff
path: root/brep/types-parsers.cxx
diff options
context:
space:
mode:
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&)
{