mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-13 02:47:48 +00:00
Remove C++ references to ifcxml
This commit is contained in:
@@ -1056,11 +1056,6 @@ bool init_input_file(const std::string& filename, ifcopenshell::file*& ifc_file,
|
||||
|
||||
bool requires_init = false;
|
||||
|
||||
#ifdef WITH_IFCXML
|
||||
// if (boost::ends_with(boost::to_lower_copy(filename), ".ifcxml")) {
|
||||
// ifc_file = ifcopenshell::parse_ifcxml(filename);
|
||||
// } else
|
||||
#endif
|
||||
{
|
||||
ifc_file = new ifcopenshell::file(ifcopenshell::uninitialized_tag{});
|
||||
requires_init = true;
|
||||
|
||||
Reference in New Issue
Block a user