mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Refactor: Combine bool and function pointer.
This commit is contained in:
@@ -76,8 +76,7 @@ private:
|
||||
|
||||
std::map<VariableDeclaration const*, int> m_localVarUseCount;
|
||||
|
||||
const FunctionDefinition *m_currentFunction;
|
||||
bool m_inFunction = false;
|
||||
FunctionDefinition const* m_currentFunction = nullptr;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user