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: nodejs#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>
  • Loading branch information
danbev committed Jun 15, 2020
1 parent 8f7211a commit 74d8011
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/string_bytes.cc
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 74d8011

Please sign in to comment.