mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Eliminate unnecessary m_source from Parser
This commit is contained in:
@@ -119,6 +119,8 @@ public:
|
||||
rescan();
|
||||
}
|
||||
|
||||
CharStream const& charStream() const noexcept { return m_source; }
|
||||
|
||||
/// @returns the next token and advances input
|
||||
Token next();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user