diff options
| author | luwenpeng <[email protected]> | 2024-11-01 15:56:29 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-11-01 15:56:29 +0800 |
| commit | 021042b752eaf3a3ed21c174e153dc9d56939998 (patch) | |
| tree | 5f92122bfe9fff4a6217df1a9718b55afa8da7fa /infra/stellar_core.c | |
| parent | f9de6019a8b3459dfee907f1fef64d538801fd89 (diff) | |
clean include/stellar/stellar.h, remove unused API
Diffstat (limited to 'infra/stellar_core.c')
| -rw-r--r-- | infra/stellar_core.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/infra/stellar_core.c b/infra/stellar_core.c index 1761021..e072c4f 100644 --- a/infra/stellar_core.c +++ b/infra/stellar_core.c @@ -264,16 +264,4 @@ struct logger *stellar_get_logger(struct stellar *st) { return NULL; } -} - -struct stellar_module_manager *stellar_get_module_manager(struct stellar *st) -{ - if (st) - { - return st->mod_mgr; - } - else - { - return NULL; - } }
\ No newline at end of file |
