mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibJS: Remove unused struct NativeStackFrame
This commit is contained in:
parent
d78e3590d5
commit
e4941a36b0
Notes:
github-actions[bot]
2025-04-12 09:08:47 +00:00
Author: https://github.com/awesomekling
Commit: e4941a36b0
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4328
1 changed files with 0 additions and 7 deletions
|
@ -759,13 +759,6 @@ void VM::pop_execution_context()
|
||||||
on_call_stack_emptied();
|
on_call_stack_emptied();
|
||||||
}
|
}
|
||||||
|
|
||||||
#if ARCH(X86_64)
|
|
||||||
struct [[gnu::packed]] NativeStackFrame {
|
|
||||||
NativeStackFrame* prev;
|
|
||||||
FlatPtr return_address;
|
|
||||||
};
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static RefPtr<CachedSourceRange> get_source_range(ExecutionContext const* context)
|
static RefPtr<CachedSourceRange> get_source_range(ExecutionContext const* context)
|
||||||
{
|
{
|
||||||
// native function
|
// native function
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue