mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
LibJS: Remove unused ExecutionContext::local(size_t)
This commit is contained in:
parent
cd3ef805c4
commit
8b1f2e4e24
|
|
@ -114,11 +114,6 @@ public:
|
|||
return arguments.data()[index];
|
||||
}
|
||||
|
||||
Value& local(size_t index)
|
||||
{
|
||||
return registers_and_constants_and_locals_and_arguments()[index];
|
||||
}
|
||||
|
||||
Span<Value> arguments;
|
||||
|
||||
// NOTE: Rarely used data members go here to keep the size of ExecutionContext down,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user