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

Commit

Permalink
windows: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed May 3, 2012
1 parent 395e256 commit ce129ac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/win/cares.c
Expand Up @@ -108,8 +108,6 @@ static void uv_ares_sockstate_cb(void *data, ares_socket_t sock, int read,
uv_loop_t* loop = (uv_loop_t*) data;
uv_ares_task_t* uv_handle_ares = uv_find_ares_handle(loop, sock);

int timeoutms = 0;

if (read == 0 && write == 0) {
/* if read and write are 0, cleanup existing data */
/* The code assumes that c-ares does a callback with read = 0 and */
Expand Down
1 change: 0 additions & 1 deletion src/win/timer.c
Expand Up @@ -31,7 +31,6 @@


/* The resolution of the high-resolution clock. */
static int64_t uv_ticks_per_msec_ = 0;
static uint64_t uv_hrtime_frequency_ = 0;
static uv_once_t uv_hrtime_init_guard_ = UV_ONCE_INIT;

Expand Down
3 changes: 0 additions & 3 deletions src/win/tty.c
Expand Up @@ -960,9 +960,6 @@ static int uv_tty_reset(uv_tty_t* handle, DWORD* error) {

static int uv_tty_clear(uv_tty_t* handle, int dir, char entire_screen,
DWORD* error) {
unsigned short argc = handle->ansi_csi_argc;
unsigned short* argv = handle->ansi_csi_argv;

CONSOLE_SCREEN_BUFFER_INFO info;
COORD start, end;
DWORD count, written;
Expand Down

0 comments on commit ce129ac

Please sign in to comment.