Skip to content

Commit

Permalink
src: remove unused iostream library
Browse files Browse the repository at this point in the history
Remove unused `iostream` library in `node_main_instance.cc` and
`aliased_buffer.h` files
  • Loading branch information
juanarbol committed May 16, 2021
1 parent 67ecd05 commit 8abe5bc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/aliased_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS

#include <cinttypes>
#include <iostream>
#include "util-inl.h"
#include "v8.h"

Expand Down
1 change: 0 additions & 1 deletion src/node_main_instance.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "node_main_instance.h"
#include <iostream>
#include <memory>
#include "debug_utils-inl.h"
#include "node_external_reference.h"
Expand Down

0 comments on commit 8abe5bc

Please sign in to comment.