Skip to content

Commit

Permalink
SandBox, bugfix: remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Jul 12, 2018
1 parent cd7faf1 commit 4916f30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fibjs/src/sandbox/SandBox_resolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ result_t SandBox::custom_resolveId(exlib::string& id, v8::Local<v8::Value>& retV

result_t SandBox::resolveId(exlib::string& id, v8::Local<v8::Value>& retVal)
{
Isolate* isolate = holder();
v8::Local<v8::Object> _mods = mods();
size_t cnt = m_loaders.size();

Expand Down

0 comments on commit 4916f30

Please sign in to comment.