cleanup: Stray/stale typedefs.

This commit is contained in:
2025-11-30 21:37:23 -05:00
parent d3e06434e6
commit af8e60f8c3
2 changed files with 0 additions and 5 deletions

View File

@@ -15,8 +15,6 @@
/** An event loop. */
typedef struct uv_loop_s uv_loop_t;
/** A timer. */
typedef struct uv_timer_s uv_timer_t;
/** A task identifier. */
typedef int taskid_t;

View File

@@ -21,9 +21,6 @@ typedef enum _tf_setting_kind_t
k_kind_string,
} tf_setting_kind_t;
/** An event loop. */
typedef struct uv_loop_s uv_loop_t;
/**
** Register utility script functions.
** @param context The JS context.