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>
This commit is contained in:
parent
8f7211a60a
commit
74d80115b6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user