Browse Source

node: code cleanup, make tick_infobox static

It's not used outside of src/node.cc so make it static.
v0.9.11-release
Ben Noordhuis 12 years ago
parent
commit
57ef65916b
  1. 2
      src/node.cc

2
src/node.cc

@ -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;

Loading…
Cancel
Save