Skip to content

Commit

Permalink
Cleanup headers
Browse files Browse the repository at this point in the history
  • Loading branch information
klange committed Dec 28, 2023
1 parent 7023e2e commit d1bac84
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions src/kuroko/vm.h
Original file line number Diff line number Diff line change
Expand Up @@ -990,33 +990,6 @@ extern int krk_delAttribute(KrkString * name);
*/
extern void krk_module_init_kuroko(void);

/**
* @brief Initialize the built-in 'gc' module.
*/
extern void krk_module_init_gc(void);

/**
* @brief Initialize the built-in 'time' module.
*/
extern void krk_module_init_time(void);

/**
* @brief Initialize the built-in 'os' module.
*/
extern void krk_module_init_os(void);

/**
* @brief Initialize the built-in 'fileio' module.
*/
extern void krk_module_init_fileio(void);

/**
* @brief Initialize the built-in 'dis' module.
*
* Not available if KRK_DISABLE_DEBUG is set.
*/
extern void krk_module_init_dis(void);

/**
* @brief Initialize the built-in 'threading' module.
*
Expand Down

0 comments on commit d1bac84

Please sign in to comment.