mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
dead-code cleanup & renames
This commit is contained in:
@@ -317,7 +317,7 @@ ASTPointer<ASTNode> Parser::parseInterfaceDefinition()
|
||||
expectToken(Token::Semicolon);
|
||||
|
||||
auto fileName = make_shared<ASTString>(jsonSourceFileName.string());
|
||||
return nodeFactory.createNode<ImportedContractDefinition>(name, fileName);
|
||||
return nodeFactory.createNode<ImportedInterfaceDefinition>(name, fileName);
|
||||
}
|
||||
|
||||
baseContracts = parseContractInheritanceList();
|
||||
|
||||
Reference in New Issue
Block a user