Remove the original-fs.js

It is acutally not needed.
This commit is contained in:
Cheng Zhao 2015-05-20 13:31:28 +08:00
parent 0e7bc6b8ec
commit fa169ee7ff
2 changed files with 0 additions and 9 deletions

View file

@ -1,8 +0,0 @@
vm = require 'vm'
# Execute the 'fs.js' and pass the 'exports' to it.
source = '(function (exports, require, module, __filename, __dirname) { ' +
process.binding('natives').originalFs +
'\n});'
fn = vm.runInThisContext source, { filename: 'fs.js' }
fn exports, require, module

View file

@ -35,7 +35,6 @@
'atom/common/api/lib/crash-reporter.coffee',
'atom/common/api/lib/id-weak-map.coffee',
'atom/common/api/lib/native-image.coffee',
'atom/common/api/lib/original-fs.coffee',
'atom/common/api/lib/shell.coffee',
'atom/common/lib/init.coffee',
'atom/renderer/lib/chrome-api.coffee',