aboutsummaryrefslogtreecommitdiffstats
path: root/AST.h
diff options
context:
space:
mode:
Diffstat (limited to 'AST.h')
-rw-r--r--AST.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/AST.h b/AST.h
index 5620fa5e..c9ad6447 100644
--- a/AST.h
+++ b/AST.h
@@ -281,9 +281,6 @@ public:
/// Returns the fallback function or nullptr if no fallback function was specified.
FunctionDefinition const* getFallbackFunction() const;
- ///@returns hash of the constructor
- FixedHash<4> getConstructorsInterface() const;
-
private:
/// Checks that two functions defined in this contract with the same name have different
/// arguments and that there is at most one constructor.