mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Replace TypePointer with Type const*
This commit is contained in:
@@ -33,7 +33,6 @@ namespace solidity::frontend
|
||||
{
|
||||
class Type;
|
||||
class FunctionType;
|
||||
using TypePointer = Type const*;
|
||||
using FunctionTypePointer = FunctionType const*;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user