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:
parent
0dcbecd32b
commit
57ef65916b
@ -145,7 +145,7 @@ static bool need_immediate_cb;
|
|||||||
static Persistent<String> immediate_callback_sym;
|
static Persistent<String> immediate_callback_sym;
|
||||||
|
|
||||||
// for quick ref to tickCallback values
|
// for quick ref to tickCallback values
|
||||||
struct {
|
static struct {
|
||||||
uint32_t length;
|
uint32_t length;
|
||||||
uint32_t index;
|
uint32_t index;
|
||||||
uint32_t depth;
|
uint32_t depth;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user