Skip to content

Commit a11cf30

Browse files
gengjiawenBridgeAR
authored andcommitted
src: delete unused variable in env.h
PR-URL: #26451 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent edc4af0 commit a11cf30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/env.h

-1
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,6 @@ class Environment {
10531053
TickInfo tick_info_;
10541054
const uint64_t timer_base_;
10551055
bool printed_error_ = false;
1056-
bool abort_on_uncaught_exception_ = false;
10571056
bool emit_env_nonstring_warning_ = true;
10581057
bool emit_err_name_warning_ = true;
10591058
size_t makecallback_cntr_ = 0;

0 commit comments

Comments
 (0)