node: remove domain nextTick
authorTrevor Norris <trev.norris@gmail.com>
Tue, 6 Aug 2013 21:22:13 +0000 (14:22 -0700)
committerTrevor Norris <trev.norris@gmail.com>
Fri, 9 Aug 2013 23:13:56 +0000 (16:13 -0700)
commit2ef1782bbce15f81b4087d07abe33ef006e7c02d
tree8eec7a9131436b6d81a961ed34584dc98fc1fe0c
parentf9b7714b4b3f04cba10c4d8b32dad48a68988799
node: remove domain nextTick

It's ridiculously cheap to check if process.domain is set. Don't bother
cluttering the code.
src/node.cc
src/node.js