mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
Kernel: Remove unused function Process::backtrace()
This commit is contained in:
parent
b1813e5dae
commit
5c1c82cd33
2 changed files with 0 additions and 13 deletions
|
@ -156,8 +156,6 @@ public:
|
|||
bool should_core_dump() const { return m_should_dump_core; }
|
||||
void set_dump_core(bool dump_core) { m_should_dump_core = dump_core; }
|
||||
|
||||
OwnPtr<KBuffer> backtrace() const;
|
||||
|
||||
bool is_dead() const { return m_dead; }
|
||||
|
||||
bool is_stopped() const { return m_is_stopped; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue