Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Get rid of UV_HANDLE_TYPE_PRIVATE
Browse files Browse the repository at this point in the history
  • Loading branch information
piscisaureus committed May 22, 2012
1 parent 58ba2d8 commit d166579
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion include/uv-private/uv-unix.h
Expand Up @@ -70,7 +70,6 @@ typedef struct {
char* errmsg;
} uv_lib_t;

#define UV_HANDLE_TYPE_PRIVATE /* empty */
#define UV_REQ_TYPE_PRIVATE /* empty */

#if __linux__
Expand Down
3 changes: 0 additions & 3 deletions include/uv-private/uv-win.h
Expand Up @@ -236,9 +236,6 @@ RB_HEAD(uv_timer_tree_s, uv_timer_s);
/* Counter to keep track of active udp streams */ \
unsigned int active_udp_streams;

#define UV_HANDLE_TYPE_PRIVATE \
/* empty */

#define UV_REQ_TYPE_PRIVATE \
/* TODO: remove the req suffix */ \
UV_ACCEPT, \
Expand Down
1 change: 0 additions & 1 deletion include/uv.h
Expand Up @@ -166,7 +166,6 @@ typedef enum {
#undef XX
UV_ARES_TASK,
UV_FILE,
UV_HANDLE_TYPE_PRIVATE
UV_HANDLE_TYPE_MAX
} uv_handle_type;

Expand Down

0 comments on commit d166579

Please sign in to comment.