Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-08-29 16:28:24 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2013-08-29 16:28:28 +0400
commita9eb96d0201fa7d13c898a154e81fd9531358d2f (patch)
tree56b2c22398951bffaacc706126b9bf66bd89b205 /src/node_stat_watcher.h
parent653f62a709cdc50f18c3924b8db824d98ebcbffb (diff)
src: remove unused Persistent<FunctionTemplate>
Diffstat (limited to 'src/node_stat_watcher.h')
-rw-r--r--src/node_stat_watcher.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node_stat_watcher.h b/src/node_stat_watcher.h
index cb5f091f167..082608f76a5 100644
--- a/src/node_stat_watcher.h
+++ b/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();