Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 185657d

Browse files
danbevcodebytere
authored andcommittedJul 10, 2020
src: remove unused vector include in string_bytes
PR-URL: #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>
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)
Please sign in to comment.