Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 68f391b

Browse filesBrowse files
mscdexMyles Borins
authored andcommitted
src: remove unnecessary check
The value's type is unsigned so it will always be >= 0. Ref: #7048 PR-URL: #5233 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 1186b7a commit 68f391b
Copy full SHA for 68f391b

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Collapse file

‎src/env-inl.h‎

Copy file name to clipboardExpand all lines: src/env-inl.h
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ inline Environment::AsyncCallbackScope::AsyncCallbackScope(Environment* env)
9595

9696
inline Environment::AsyncCallbackScope::~AsyncCallbackScope() {
9797
env_->makecallback_cntr_--;
98-
CHECK_GE(env_->makecallback_cntr_, 0);
9998
}
10099

101100
inline bool Environment::AsyncCallbackScope::in_makecallback() {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.