mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
src: fix -Wunreachable-code-return in src/node_contextify.cc
PR-URL: https://github.com/nodejs/node/pull/58901 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Vladimir Morozov <vmorozov@microsoft.com>
This commit is contained in:
parent
06b0987f12
commit
f2ca1ec400
1 changed files with 0 additions and 1 deletions
|
@ -733,7 +733,6 @@ Intercepted ContextifyContext::PropertyDefinerCallback(
|
|||
// kYes to behave according to the expected semantics.
|
||||
return Intercepted::kNo;
|
||||
}
|
||||
return Intercepted::kNo;
|
||||
}
|
||||
|
||||
// static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue