Skip to content

Commit

Permalink
remove js code from source
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Vogl committed Feb 10, 2011
1 parent 0dd48cc commit 3a9287b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/js_sysutil.cpp
Expand Up @@ -164,9 +164,6 @@ static JSBool SysUtil_s_open(JSContext *cx, JSObject *obj, uintN argc, jsval *ar
*rval = INT_TO_JSVAL(ret);
return JS_TRUE;
}
flags = new SysUtil();
fd = SysUtil.open("/tmp/x", flags.O_CREAT | flags.O_RDWR | flags.O_TRUNC );


static JSBool SysUtil_s_close(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval) {

Expand Down

0 comments on commit 3a9287b

Please sign in to comment.