Skip to content

Commit

Permalink
Discard the idle gc module.
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Jul 29, 2013
1 parent e995383 commit 4acbbd1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 85 deletions.
1 change: 0 additions & 1 deletion atom.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
'common/api/api_messages.h',
'common/api/atom_api_clipboard.cc',
'common/api/atom_api_clipboard.h',
'common/api/atom_api_idle_gc.cc',
'common/api/atom_api_id_weak_map.cc',
'common/api/atom_api_id_weak_map.h',
'common/api/atom_api_shell.cc',
Expand Down
3 changes: 0 additions & 3 deletions browser/atom/atom.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}

Expand Down
80 changes: 0 additions & 80 deletions common/api/atom_api_idle_gc.cc

This file was deleted.

1 change: 0 additions & 1 deletion common/api/atom_extensions.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ NODE_EXT_LIST_ITEM(atom_renderer_ipc)
// Module names start with `atom_common_` can be used by both browser and
// renderer processes.
NODE_EXT_LIST_ITEM(atom_common_clipboard)
NODE_EXT_LIST_ITEM(atom_common_idle_gc)
NODE_EXT_LIST_ITEM(atom_common_id_weak_map)
NODE_EXT_LIST_ITEM(atom_common_shell)
NODE_EXT_LIST_ITEM(atom_common_v8_util)
Expand Down

0 comments on commit 4acbbd1

Please sign in to comment.