| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cccd3a3 commit 9768ec4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -725,7 +725,6 @@ void MessagePort::Stop() { | |||
| 725 | 725 | } | |
| 726 | 726 | ||
| 727 | 727 | void MessagePort::Start(const FunctionCallbackInfo<Value>& args) { | |
| 728 | - Environment* env = Environment::GetCurrent(args); | ||
| 729 | 728 | MessagePort* port; | |
| 730 | 729 | ASSIGN_OR_RETURN_UNWRAP(&port, args.This()); | |
| 731 | 730 | if (!port->data_) { | |
@@ -735,7 +734,6 @@ void MessagePort::Start(const FunctionCallbackInfo<Value>& args) { | |||
| 735 | 734 | } | |
| 736 | 735 | ||
| 737 | 736 | void MessagePort::Stop(const FunctionCallbackInfo<Value>& args) { | |
| 738 | - Environment* env = Environment::GetCurrent(args); | ||
| 739 | 737 | MessagePort* port; | |
| 740 | 738 | CHECK(args[0]->IsObject()); | |
| 741 | 739 | ASSIGN_OR_RETURN_UNWRAP(&port, args[0].As<Object>()); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments