src: remove old comment code

Now that maxTickDepth no longer exists there's no depth index on
infoBox. Forgot to remove the comment about this.
pull/35604/head
Trevor Norris 2013-05-30 15:09:50 -07:00
parent b846842aff
commit bcb85a1d31
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@
// this infobox thing is used so that the C++ code in src/node.cc
// can have easy accesss to our nextTick state, and avoid unnecessary
// calls into process._tickCallback.
// order is [length, index, depth]
// order is [length, index]
// Never write code like this without very good reason!
var infoBox = process._tickInfoBox;
var length = 0;