mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove unused function smallestTypeForLiteral
This commit is contained in:
@@ -502,10 +502,6 @@ class FixedBytesType: public Type
|
||||
public:
|
||||
virtual Category category() const override { return Category::FixedBytes; }
|
||||
|
||||
/// @returns the smallest bytes type for the given literal or an empty pointer
|
||||
/// if no type fits.
|
||||
static std::shared_ptr<FixedBytesType> smallestTypeForLiteral(std::string const& _literal);
|
||||
|
||||
explicit FixedBytesType(int _bytes);
|
||||
|
||||
virtual bool isImplicitlyConvertibleTo(Type const& _convertTo) const override;
|
||||
|
||||
Reference in New Issue
Block a user