Skip to content

Commit

Permalink
Update cliclient.h
Browse files Browse the repository at this point in the history
  • Loading branch information
einand committed Apr 15, 2024
1 parent f4e09e0 commit 2e57583
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli/cliclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ class CliClient : public Logger, public SynchronousClient {
void do_output(const char *msg, bool final = false);
void do_output(double value, const char *msg, bool final = false);
std::ostream *out;
bool out_is_tty, out_quiet;
std::string limiter = " ";
std::ostringstream current_line;
std::string current_header;
Expand Down

0 comments on commit 2e57583

Please sign in to comment.