diff --git a/libs/ast/include/pslang/ast/expression.hpp b/libs/ast/include/pslang/ast/expression.hpp index c5ff990..8500c3f 100644 --- a/libs/ast/include/pslang/ast/expression.hpp +++ b/libs/ast/include/pslang/ast/expression.hpp @@ -28,12 +28,6 @@ namespace pslang::ast ast::location location; }; - struct constructor - { - type_ptr type; - std::vector args; - }; - using expression_impl = std::variant< literal, identifier,