Remove unused expression type
This commit is contained in:
parent
58154b9e6e
commit
438620db2f
1 changed files with 0 additions and 6 deletions
|
|
@ -28,12 +28,6 @@ namespace pslang::ast
|
|||
ast::location location;
|
||||
};
|
||||
|
||||
struct constructor
|
||||
{
|
||||
type_ptr type;
|
||||
std::vector<expression_ptr> args;
|
||||
};
|
||||
|
||||
using expression_impl = std::variant<
|
||||
literal,
|
||||
identifier,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue