summaryrefslogtreecommitdiffstats
path: root/V8Binding/v8/src/string-stream.cc
diff options
context:
space:
mode:
Diffstat (limited to 'V8Binding/v8/src/string-stream.cc')
-rw-r--r--V8Binding/v8/src/string-stream.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/V8Binding/v8/src/string-stream.cc b/V8Binding/v8/src/string-stream.cc
index 9a137e3..ee343a5 100644
--- a/V8Binding/v8/src/string-stream.cc
+++ b/V8Binding/v8/src/string-stream.cc
@@ -44,12 +44,6 @@ char* HeapStringAllocator::allocate(unsigned bytes) {
}
-NoAllocationStringAllocator::NoAllocationStringAllocator(unsigned bytes) {
- size_ = bytes;
- space_ = NewArray<char>(bytes);
-}
-
-
NoAllocationStringAllocator::NoAllocationStringAllocator(char* memory,
unsigned size) {
size_ = size;