mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
AK: Get rid of make_singleton function
Just default the InitFunction template argument.
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
static auto s_apic = AK::make_singleton<APIC>();
|
||||
static AK::Singleton<APIC> s_apic;
|
||||
|
||||
class APICIPIInterruptHandler final : public GenericInterruptHandler {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user