/* * Copyright 2025, Haiku, Inc. All rights reserved. * Distributed under the terms of the MIT License. */ #include void KernelReferenceable::LastReferenceReleased() { delete this; }