delete dead code, dbgi -> dbg_info

This commit is contained in:
Ryan Fleury
2025-09-25 11:57:23 -07:00
parent 6d39a66672
commit 05fbd06f82
5 changed files with 6 additions and 85 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ main_thread_base_entry_point(int arguments_count, char **arguments)
#if defined(MUTABLE_TEXT_H) && !defined(MTX_INIT_MANUAL)
mtx_init();
#endif
#if defined(DBGI_H) && !defined(DI_INIT_MANUAL)
#if defined(DBG_INFO_H) && !defined(DI_INIT_MANUAL)
di_init();
#endif
#if defined(DEMON_CORE_H) && !defined(DMN_INIT_MANUAL)