don't create empty HdfSerializer symbol

This commit is contained in:
Thomas Krijnen
2021-10-29 10:40:42 +02:00
parent 13f5d2d5de
commit c754d15da8
-6
View File
@@ -104,12 +104,6 @@ public:
void setFile(IfcParse::IfcFile*) {}
};
#else
// We just define something here so that the symbol exists and the Iterator class
// methods don't need to look so different
class HdfSerializer {};
#endif
#endif