mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:04:59 +00:00
Everywhere: Remove some bitrotted "#if 0" blocks
This commit is contained in:
parent
ac59903c89
commit
9c77980965
3 changed files with 1 additions and 53 deletions
|
@ -117,12 +117,6 @@ static void load_kernel_sybols_from_data(const KBuffer& buffer)
|
|||
NEVER_INLINE static void dump_backtrace_impl(FlatPtr base_pointer, bool use_ksyms)
|
||||
{
|
||||
SmapDisabler disabler;
|
||||
#if 0
|
||||
if (!current) {
|
||||
//hang();
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
if (use_ksyms && !g_kernel_symbols_available) {
|
||||
Processor::halt();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue