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/spawn_sync.cc')
-rw-r--r--src/spawn_sync.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/spawn_sync.cc b/src/spawn_sync.cc
index 46d895e38a7..d57b4b03e23 100644
--- a/src/spawn_sync.cc
+++ b/src/spawn_sync.cc
@@ -50,9 +50,7 @@ using v8::String;
using v8::Value;
-SyncProcessOutputBuffer::SyncProcessOutputBuffer()
- : used_(0),
- next_(nullptr) {
+SyncProcessOutputBuffer::SyncProcessOutputBuffer() {
}