Discard the idle gc module.

This commit is contained in:
Cheng Zhao 2013-07-29 20:34:07 +08:00
parent e995383401
commit 4acbbd1ad7
4 changed files with 0 additions and 85 deletions

View file

@ -7,9 +7,6 @@ if process.platform is 'win32'
console.log = console.error = console.warn = process.log
process.stdout.write = process.stderr.write = process.log
# Enable idle gc.
process.atomBinding('idle_gc').start()
# Provide default Content API implementations.
atom = {}