From 973f61c6dc676d74379e3e4b3f435080d29d94b9 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 19 Aug 2026 19:36:22 +0500 Subject: [PATCH] express.h: remove non-snake case aliases (schemas are regenerated now) --- src/ifcparse/express.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/ifcparse/express.h b/src/ifcparse/express.h index c41e5a59aa..7c6ee795fa 100644 --- a/src/ifcparse/express.h +++ b/src/ifcparse/express.h @@ -194,13 +194,6 @@ class IFC_PARSE_API declared_type : public base { using base::base; }; -// Compatibility aliases for checked-in generated schema sources. New generated -// sources use the snake_case names directly. -using Base = base; -using Entity = entity; -using Select = select; -using DeclaredType = declared_type; - } // namespace express namespace std {