Skip to content

Commit 4916f30

Browse files
committed
SandBox, bugfix: remove unused variable.
1 parent cd7faf1 commit 4916f30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fibjs/src/sandbox/SandBox_resolve.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ result_t SandBox::custom_resolveId(exlib::string& id, v8::Local<v8::Value>& retV
208208

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

0 commit comments

Comments
 (0)