diff options
| author | yangwei <[email protected]> | 2024-09-29 14:18:20 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-09-29 14:18:20 +0800 |
| commit | 2ea8d96c5cd4a12a0b1f3cfb5a0fdc4bdaf40ec5 (patch) | |
| tree | 294d7faf4344b4fe0ffca8d8b9ebb1d3dc050198 /infra/module_manager/module_manager_interna.h | |
| parent | dc4805fbb880714331876b6c3795037ddd95a99e (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.h | 2 |
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 |
