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:
Diffstat (limited to 'src/node_buffer.h')
-rw-r--r--src/node_buffer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/node_buffer.h b/src/node_buffer.h
index a41fffa606a..137a6cfb402 100644
--- a/src/node_buffer.h
+++ b/src/node_buffer.h
@@ -68,9 +68,6 @@ class NODE_EXTERN Buffer: public ObjectWrap {
// mirrors deps/v8/src/objects.h
static const unsigned int kMaxLength = 0x3fffffff;
- // exported in lib/buffer.js as Buffer.poolSize
- static const unsigned int kPoolSize = 32768;
-
static v8::Persistent<v8::FunctionTemplate> constructor_template;
static bool HasInstance(v8::Handle<v8::Value> val);