mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Remove unused method
The body of Function::functionIdentifier is missing and is not used.
This commit is contained in:
		
							parent
							
								
									284c383972
								
							
						
					
					
						commit
						486647fd38
					
				| @ -707,10 +707,6 @@ public: | ||||
| 	/// Returns the function type of the constructor modified to return an object of the contract's type.
 | ||||
| 	FunctionTypePointer const& newExpressionType() const; | ||||
| 
 | ||||
| 	/// @returns the identifier of the function with the given name or Invalid256 if such a name does
 | ||||
| 	/// not exist.
 | ||||
| 	u256 functionIdentifier(std::string const& _functionName) const; | ||||
| 
 | ||||
| 	/// @returns a list of all state variables (including inherited) of the contract and their
 | ||||
| 	/// offsets in storage.
 | ||||
| 	std::vector<std::tuple<VariableDeclaration const*, u256, unsigned>> stateVariables() const; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user