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:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2020-06-10 09:30:32 +0300
committerDaniel Bevenius <daniel.bevenius@gmail.com>2020-06-15 06:52:52 +0300
commit74d80115b64c4aa3f697ea1199be439dce9af3cc (patch)
treef608a76933fc788e1b6598a5072db3ca306484d1 /src/string_bytes.cc
parent8f7211a60a45a5fcdbe99fa5150a3c7b30c1b5ed (diff)
src: remove unused vector include in string_bytes
PR-URL: https://github.com/nodejs/node/pull/33824 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com>
Diffstat (limited to 'src/string_bytes.cc')
-rw-r--r--src/string_bytes.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string_bytes.cc b/src/string_bytes.cc
index d5e98439548..e0c2d6901fc 100644
--- a/src/string_bytes.cc
+++ b/src/string_bytes.cc
@@ -31,7 +31,6 @@
#include <cstring> // memcpy
#include <algorithm>
-#include <vector>
// When creating strings >= this length v8's gc spins up and consumes
// most of the execution time. For these cases it's more performant to