From 508aae8a6709f4758753bb1e2ac1f613043c6750 Mon Sep 17 00:00:00 2001 From: Leonardo Alt Date: Wed, 12 Dec 2018 12:03:59 +0100 Subject: Disable state mutability warning for functions with empty body --- test/libsolidity/syntaxTests/parsing/external_function.sol | 1 - 1 file changed, 1 deletion(-) (limited to 'test/libsolidity/syntaxTests/parsing/external_function.sol') diff --git a/test/libsolidity/syntaxTests/parsing/external_function.sol b/test/libsolidity/syntaxTests/parsing/external_function.sol index 3aa3ceec..0315b200 100644 --- a/test/libsolidity/syntaxTests/parsing/external_function.sol +++ b/test/libsolidity/syntaxTests/parsing/external_function.sol @@ -2,4 +2,3 @@ contract c { function x() external {} } // ---- -// Warning: (17-41): Function state mutability can be restricted to pure -- cgit v1.2.3