node: code cleanup, make tick_infobox static

It's not used outside of src/node.cc so make it static.
This commit is contained in:
Ben Noordhuis 2013-02-20 14:14:58 +01:00
parent 0dcbecd32b
commit 57ef65916b

View File

@ -145,7 +145,7 @@ static bool need_immediate_cb;
static Persistent<String> immediate_callback_sym;
// for quick ref to tickCallback values
struct {
static struct {
uint32_t length;
uint32_t index;
uint32_t depth;