src: remove old comment code
authorTrevor Norris <trev.norris@gmail.com>
Thu, 30 May 2013 22:09:50 +0000 (15:09 -0700)
committerTrevor Norris <trev.norris@gmail.com>
Thu, 30 May 2013 22:09:50 +0000 (15:09 -0700)
Now that maxTickDepth no longer exists there's no depth index on
infoBox. Forgot to remove the comment about this.

src/node.js

index 88d068a..4c8404f 100644 (file)
     // 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;