aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abi-gen-templates/partials/call.handlebars
diff options
context:
space:
mode:
Diffstat (limited to 'packages/abi-gen-templates/partials/call.handlebars')
-rw-r--r--packages/abi-gen-templates/partials/call.handlebars3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/abi-gen-templates/partials/call.handlebars b/packages/abi-gen-templates/partials/call.handlebars
deleted file mode 100644
index 7c9c934c3..000000000
--- a/packages/abi-gen-templates/partials/call.handlebars
+++ /dev/null
@@ -1,3 +0,0 @@
-public {{this.tsName}} = {
- {{> callAsync}}
-};