diff --git a/nixd/include/nixd/Syntax/Nodes.h b/nixd/include/nixd/Syntax/Nodes.h index 3aa3537ca..9c754e8f4 100644 --- a/nixd/include/nixd/Syntax/Nodes.h +++ b/nixd/include/nixd/Syntax/Nodes.h @@ -59,8 +59,6 @@ struct ExprOp : Node {}; struct Apply : Node {}; -struct Select : Node {}; - struct Simple : Node {}; struct Variable : Node { @@ -76,7 +74,7 @@ struct StringParts : Node {}; struct StringPartsInterpolated : Node {}; struct List : Node { - std::vector