Skip to content

Commit

Permalink
src: remove unused iomanip include
Browse files Browse the repository at this point in the history
This commit removes the include of the IO manipulators header as I can't
find that it is used anywhere.

PR-URL: #30004
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
danbev authored and MylesBorins committed Oct 23, 2019
1 parent 9d332ab commit 9721440
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_report.cc
Expand Up @@ -18,7 +18,6 @@
#include <ctime>
#include <cwctype>
#include <fstream>
#include <iomanip>

constexpr int NODE_REPORT_VERSION = 1;
constexpr int NANOS_PER_SEC = 1000 * 1000 * 1000;
Expand Down

0 comments on commit 9721440

Please sign in to comment.