mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibJS: Remove unused ExecutionContext::local(size_t)
This commit is contained in:
parent
cd3ef805c4
commit
8b1f2e4e24
Notes:
github-actions[bot]
2025-11-01 07:42:25 +00:00
Author: https://github.com/awesomekling
Commit: 8b1f2e4e24
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6657
1 changed files with 0 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue