cleanup: Stray/stale typedefs.
This commit is contained in:
@@ -15,8 +15,6 @@
|
|||||||
|
|
||||||
/** An event loop. */
|
/** An event loop. */
|
||||||
typedef struct uv_loop_s uv_loop_t;
|
typedef struct uv_loop_s uv_loop_t;
|
||||||
/** A timer. */
|
|
||||||
typedef struct uv_timer_s uv_timer_t;
|
|
||||||
|
|
||||||
/** A task identifier. */
|
/** A task identifier. */
|
||||||
typedef int taskid_t;
|
typedef int taskid_t;
|
||||||
|
|||||||
@@ -21,9 +21,6 @@ typedef enum _tf_setting_kind_t
|
|||||||
k_kind_string,
|
k_kind_string,
|
||||||
} tf_setting_kind_t;
|
} tf_setting_kind_t;
|
||||||
|
|
||||||
/** An event loop. */
|
|
||||||
typedef struct uv_loop_s uv_loop_t;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
** Register utility script functions.
|
** Register utility script functions.
|
||||||
** @param context The JS context.
|
** @param context The JS context.
|
||||||
|
|||||||
Reference in New Issue
Block a user