Skip to content

Commit

Permalink
src: delete unused variable in env.h
Browse files Browse the repository at this point in the history
PR-URL: #26451
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
gengjiawen authored and BridgeAR committed Mar 14, 2019
1 parent edc4af0 commit a11cf30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/env.h
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,6 @@ class Environment {
TickInfo tick_info_;
const uint64_t timer_base_;
bool printed_error_ = false;
bool abort_on_uncaught_exception_ = false;
bool emit_env_nonstring_warning_ = true;
bool emit_err_name_warning_ = true;
size_t makecallback_cntr_ = 0;
Expand Down

0 comments on commit a11cf30

Please sign in to comment.