patterns: Fixed endian pragma not working

This commit is contained in:
WerWolv
2021-10-06 15:19:32 +02:00
parent 7eb4b40dc7
commit 3e30f75e7b
2 changed files with 3 additions and 6 deletions

View File

@@ -46,9 +46,6 @@ namespace hex::pl {
std::vector<ASTNode*> m_currAST;
prv::Provider *m_provider = nullptr;
std::endian m_defaultEndian = std::endian::native;
std::optional<std::pair<u32, std::string>> m_currError;
};