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

@ -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)