aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity
diff options
context:
space:
mode:
authorKwang Yul Seo <kseo@kodebox.io>2017-11-12 21:25:17 +0800
committerKwang Yul Seo <kseo@kodebox.io>2017-11-12 21:27:05 +0800
commit486647fd38bc3ace6c80fa0d8e2a48f0c128db42 (patch)
treec675831136a80a2ad3181edb6254e63f9d49d8f2 /libsolidity
parent284c3839720dc1a382299160904d974a280191f3 (diff)
downloaddexon-solidity-486647fd38bc3ace6c80fa0d8e2a48f0c128db42.tar
dexon-solidity-486647fd38bc3ace6c80fa0d8e2a48f0c128db42.tar.gz
dexon-solidity-486647fd38bc3ace6c80fa0d8e2a48f0c128db42.tar.bz2
dexon-solidity-486647fd38bc3ace6c80fa0d8e2a48f0c128db42.tar.lz
dexon-solidity-486647fd38bc3ace6c80fa0d8e2a48f0c128db42.tar.xz
dexon-solidity-486647fd38bc3ace6c80fa0d8e2a48f0c128db42.tar.zst
dexon-solidity-486647fd38bc3ace6c80fa0d8e2a48f0c128db42.zip
Remove unused method
The body of Function::functionIdentifier is missing and is not used.
Diffstat (limited to 'libsolidity')
-rw-r--r--libsolidity/ast/Types.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libsolidity/ast/Types.h b/libsolidity/ast/Types.h
index ce29975e..635279ab 100644
--- a/libsolidity/ast/Types.h
+++ b/libsolidity/ast/Types.h
@@ -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;