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

Commit

Permalink
unix: remove unused #define
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Jan 13, 2012
1 parent 52fba1a commit a13584b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/unix/core.c
Expand Up @@ -63,12 +63,6 @@ void uv__next(EV_P_ ev_idle* watcher, int revents);
static void uv__finish_close(uv_handle_t* handle);



#ifndef __GNUC__
#define __attribute__(a)
#endif


void uv_close(uv_handle_t* handle, uv_close_cb close_cb) {
uv_udp_t* udp;
uv_async_t* async;
Expand Down

0 comments on commit a13584b

Please sign in to comment.