summaryrefslogtreecommitdiff
path: root/infra/module_manager/module_manager_interna.h
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-09-29 14:18:20 +0800
committeryangwei <[email protected]>2024-09-29 14:18:20 +0800
commit2ea8d96c5cd4a12a0b1f3cfb5a0fdc4bdaf40ec5 (patch)
tree294d7faf4344b4fe0ffca8d8b9ebb1d3dc050198 /infra/module_manager/module_manager_interna.h
parentdc4805fbb880714331876b6c3795037ddd95a99e (diff)
✨ feat(module manager internal API): remove new_with_file
Diffstat (limited to 'infra/module_manager/module_manager_interna.h')
-rw-r--r--infra/module_manager/module_manager_interna.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/infra/module_manager/module_manager_interna.h b/infra/module_manager/module_manager_interna.h
index 7b07552..0938ad2 100644
--- a/infra/module_manager/module_manager_interna.h
+++ b/infra/module_manager/module_manager_interna.h
@@ -46,8 +46,6 @@ struct stellar_module_manager
}__attribute__((aligned(sizeof(void*))));
-struct stellar_module_manager *stellar_module_manager_new_with_file(FILE *fp, int max_thread_num, struct mq_schema *mq_schema) __attribute__((visibility("hidden")));
-
#ifdef __cplusplus
}
#endif \ No newline at end of file