Browse Source

src: remove unused Persistent<FunctionTemplate>

v0.11.7-release
Ben Noordhuis 11 years ago
parent
commit
a9eb96d020
  1. 2
      src/node_stat_watcher.h

2
src/node_stat_watcher.h

@ -32,8 +32,6 @@ class StatWatcher : ObjectWrap {
static void Initialize(v8::Handle<v8::Object> target);
protected:
static v8::Persistent<v8::FunctionTemplate> constructor_template;
StatWatcher();
virtual ~StatWatcher();

Loading…
Cancel
Save