unix: remove unused #define

This commit is contained in:
Ben Noordhuis 2012-01-13 15:59:53 +01:00
parent 52fba1a38f
commit a13584bec7

View File

@ -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;