LibJS: Remove unused struct NativeStackFrame

This commit is contained in:
Andreas Kling 2025-04-10 12:21:22 +02:00 committed by Andreas Kling
parent d78e3590d5
commit e4941a36b0
Notes: github-actions[bot] 2025-04-12 09:08:47 +00:00

View file

@ -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