From bcb85a1d31ff64c35eb2edc1101ae95fb5b2d694 Mon Sep 17 00:00:00 2001 From: Trevor Norris Date: Thu, 30 May 2013 15:09:50 -0700 Subject: [PATCH] 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. --- src/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node.js b/src/node.js index 88d068aaa89..4c8404f4a55 100644 --- a/src/node.js +++ b/src/node.js @@ -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;