Skip to content

Commit

Permalink
src: remove unused symbols in node_file.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Mar 6, 2013
1 parent 2ad9872 commit 3dbbfd7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/node_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ class FSReqWrap: public ReqWrap<uv_fs_t> {
};


static Persistent<String> encoding_symbol;
static Persistent<String> errno_symbol;
static Persistent<String> buf_symbol;
static Persistent<String> oncomplete_sym;


Expand Down Expand Up @@ -951,10 +948,6 @@ void File::Initialize(Handle<Object> target) {

NODE_SET_METHOD(target, "utimes", UTimes);
NODE_SET_METHOD(target, "futimes", FUTimes);

errno_symbol = NODE_PSYMBOL("errno");
encoding_symbol = NODE_PSYMBOL("node:encoding");
buf_symbol = NODE_PSYMBOL("__buf");
}

void InitFs(Handle<Object> target) {
Expand Down

0 comments on commit 3dbbfd7

Please sign in to comment.