aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen-templates/partials/return_type.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'packages/abi-gen-templates/partials/return_type.mustache')
-rw-r--r--packages/abi-gen-templates/partials/return_type.mustache6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/abi-gen-templates/partials/return_type.mustache b/packages/abi-gen-templates/partials/return_type.mustache
deleted file mode 100644
index 383961a40..000000000
--- a/packages/abi-gen-templates/partials/return_type.mustache
+++ /dev/null
@@ -1,6 +0,0 @@
-{{#singleReturnValue}}
-{{#returnType outputs.0.type}}{{/returnType}}
-{{/singleReturnValue}}
-{{^singleReturnValue}}
-[{{#each outputs}}{{#returnType type}}{{/returnType}}{{#unless @last}}, {{/unless}}{{/each}}]
-{{/singleReturnValue}}