Skip to content

Commit

Permalink
src: remove unused vector include in string_bytes
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
danbev authored and codebytere committed Jun 18, 2020
1 parent fb2b0a0 commit dfa0ee1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/string_bytes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfa0ee1

Please sign in to comment.