Shader/MultiStatement: Remove sectionName
This commit is contained in:
@@ -609,9 +609,6 @@ namespace Nz::ShaderAst
|
||||
|
||||
inline bool Compare(const MultiStatement& lhs, const MultiStatement& rhs)
|
||||
{
|
||||
if (!Compare(lhs.sectionName, rhs.sectionName))
|
||||
return false;
|
||||
|
||||
if (!Compare(lhs.statements, rhs.statements))
|
||||
return false;
|
||||
|
||||
|
||||
@@ -422,7 +422,6 @@ namespace Nz::ShaderAst
|
||||
NodeType GetType() const override;
|
||||
void Visit(AstStatementVisitor& visitor) override;
|
||||
|
||||
std::string sectionName;
|
||||
std::vector<StatementPtr> statements;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user