From dfa0ee13ee98000e30665db2d95776430addad6c Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 10 Jun 2020 08:30:32 +0200 Subject: [PATCH] src: remove unused vector include in string_bytes PR-URL: https://github.com/nodejs/node/pull/33824 Reviewed-By: Richard Lau Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: David Carlier --- src/string_bytes.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/string_bytes.cc b/src/string_bytes.cc index d5e98439548655..e0c2d6901fc429 100644 --- a/src/string_bytes.cc +++ b/src/string_bytes.cc @@ -31,7 +31,6 @@ #include // memcpy #include -#include // 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