Skip to content

Commit 185657d

Browse files
danbevcodebytere
authored andcommitted
src: remove unused vector include in string_bytes
PR-URL: #33824 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: David Carlier <[email protected]>
1 parent ec2452c commit 185657d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/string_bytes.cc

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
#include <cstring> // memcpy
3232

3333
#include <algorithm>
34-
#include <vector>
3534

3635
// When creating strings >= this length v8's gc spins up and consumes
3736
// most of the execution time. For these cases it's more performant to

0 commit comments

Comments
 (0)