Merge pull request #12626 from nishant-sachdeva/allowing_string_concat_operations

removed comment from Types.h after previous PR rendered it incorrect
This commit is contained in:
chriseth 2022-02-07 12:40:23 +01:00 committed by GitHub
commit 6a7da2104f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -864,7 +864,6 @@ protected:
std::vector<Type const*> decomposition() const override { return {m_baseType}; }
private:
/// String is interpreted as a subtype of Bytes.
enum class ArrayKind { Ordinary, Bytes, String };
bigint unlimitedStaticCalldataSize(bool _padded) const;