mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 19:45: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: https://github.com/LadybirdBrowser/ladybird/commit/e4941a36b0f 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();
|
||||
}
|
||||
|
||||
#if ARCH(X86_64)
|
||||
struct [[gnu::packed]] NativeStackFrame {
|
||||
NativeStackFrame* prev;
|
||||
FlatPtr return_address;
|
||||
};
|
||||
#endif
|
||||
|
||||
static RefPtr<CachedSourceRange> get_source_range(ExecutionContext const* context)
|
||||
{
|
||||
// native function
|
||||
|
|
Loading…
Add table
Reference in a new issue