libsolidity: Remove dead code wrt. VariableDeclaration::canHaveAutoType()

Closes #4667
This commit is contained in:
Christian Parpart
2018-08-07 11:34:13 +02:00
parent d33e5683f5
commit 4c90ddf64a
3 changed files with 113 additions and 115 deletions
-1
View File
@@ -696,7 +696,6 @@ public:
bool isExternalCallableParameter() const;
/// @returns true if the type of the variable does not need to be specified, i.e. it is declared
/// in the body of a function or modifier.
bool canHaveAutoType() const;
bool isStateVariable() const { return m_isStateVariable; }
bool isIndexed() const { return m_isIndexed; }
bool isConstant() const { return m_isConstant; }