Skip to content

Commit ba96f14

Browse files
juanarboldanielleadams
authored andcommitted
src: remove unused iostream library
Remove unused `iostream` library in `node_main_instance.cc` and `aliased_buffer.h` files PR-URL: #38694 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anto Aravinth <[email protected]>
1 parent 15aaf14 commit ba96f14

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/aliased_buffer.h

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
55

66
#include <cinttypes>
7-
#include <iostream>
87
#include "util-inl.h"
98
#include "v8.h"
109

src/node_main_instance.cc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#include "node_main_instance.h"
2-
#include <iostream>
32
#include <memory>
43
#include "debug_utils-inl.h"
54
#include "node_external_reference.h"

0 commit comments

Comments
 (0)