Skip to content

Commit 8b1f2e4

Browse files
committed
LibJS: Remove unused ExecutionContext::local(size_t)
1 parent cd3ef80 commit 8b1f2e4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Libraries/LibJS/Runtime/ExecutionContext.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,6 @@ struct JS_API ExecutionContext {
114114
return arguments.data()[index];
115115
}
116116

117-
Value& local(size_t index)
118-
{
119-
return registers_and_constants_and_locals_and_arguments()[index];
120-
}
121-
122117
Span<Value> arguments;
123118

124119
// NOTE: Rarely used data members go here to keep the size of ExecutionContext down,

0 commit comments

Comments
 (0)