aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/ASTJSON/function_type_legacy.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/libsolidity/ASTJSON/function_type_legacy.json')
-rw-r--r--test/libsolidity/ASTJSON/function_type_legacy.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/libsolidity/ASTJSON/function_type_legacy.json b/test/libsolidity/ASTJSON/function_type_legacy.json
index 4db5fb1c..952fd865 100644
--- a/test/libsolidity/ASTJSON/function_type_legacy.json
+++ b/test/libsolidity/ASTJSON/function_type_legacy.json
@@ -38,7 +38,6 @@
{
"attributes" :
{
- "constant" : false,
"documentation" : null,
"implemented" : true,
"isConstructor" : false,
@@ -47,7 +46,6 @@
null
],
"name" : "f",
- "payable" : false,
"scope" : 17,
"stateMutability" : "nonpayable",
"superFunction" : null,
@@ -75,8 +73,6 @@
{
"attributes" :
{
- "constant" : false,
- "payable" : true,
"stateMutability" : "payable",
"type" : "function () payable external returns (uint256)",
"visibility" : "external"
@@ -168,8 +164,6 @@
{
"attributes" :
{
- "constant" : true,
- "payable" : false,
"stateMutability" : "view",
"type" : "function () view external returns (uint256)",
"visibility" : "external"