summaryrefslogtreecommitdiff
path: root/rest-api-templates/res_stasis_json_resource.exports.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'rest-api-templates/res_stasis_json_resource.exports.mustache')
-rw-r--r--rest-api-templates/res_stasis_json_resource.exports.mustache12
1 files changed, 0 insertions, 12 deletions
diff --git a/rest-api-templates/res_stasis_json_resource.exports.mustache b/rest-api-templates/res_stasis_json_resource.exports.mustache
deleted file mode 100644
index 0f958fa04..000000000
--- a/rest-api-templates/res_stasis_json_resource.exports.mustache
+++ /dev/null
@@ -1,12 +0,0 @@
-{
-{{#api_declaration}}
-{{#has_events}}
- global:
-{{#events}}
- LINKER_SYMBOL_PREFIXstasis_json_event_{{c_id}}_create;
-{{/events}}
-{{/has_events}}
-{{/api_declaration}}
- local:
- *;
-};