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 variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Oct 21, 2011
1 parent fb71386 commit 9757a43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/unix/fs.c
Expand Up @@ -593,11 +593,8 @@ int uv_fs_symlink(uv_loop_t* loop, uv_fs_t* req, const char* path,
int uv_fs_readlink(uv_loop_t* loop, uv_fs_t* req, const char* path,
uv_fs_cb cb) {
ssize_t size;
int status;
char* buf;

status = -1;

uv_fs_req_init(loop, req, UV_FS_READLINK, path, cb);

if (cb) {
Expand Down

0 comments on commit 9757a43

Please sign in to comment.