diff options
Diffstat (limited to 'src/init.h')
-rw-r--r-- | src/init.h | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -47,12 +47,6 @@ void HandleSignal(int sig); void InitLoggingSystem(const GFCxtSPtr &); /** - * @brief initialize the logging system. - * - */ -void ShutdownLoggingSystem(const GFCxtSPtr &); - -/** * @brief init global PATH env * */ @@ -66,9 +60,9 @@ void InitGlobalPathEnv(); void InitGlobalBasicalEnv(const GFCxtWPtr &, bool); /** - * @brief - * - * @param p_ctx + * @brief + * + * @param p_ctx */ void ShutdownGlobalBasicalEnv(const GFCxtWPtr &p_ctx); |