From 9b701c89f40344d2ac40128c1a78bb10b09944a9 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Sun, 2 Aug 2026 21:53:54 +0200 Subject: [PATCH] Drop inline specifier --- xtoskrnl/ke/pushlock.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/xtoskrnl/ke/pushlock.cc b/xtoskrnl/ke/pushlock.cc index 120f47c0f..bc87d0f87 100644 --- a/xtoskrnl/ke/pushlock.cc +++ b/xtoskrnl/ke/pushlock.cc @@ -500,7 +500,6 @@ KE::PushLock::ReleasePushLock(IN PKPUSH_LOCK PushLock) * * @since XT 1.0 */ -XTINLINE XTFASTCALL VOID KE::PushLock::ReleaseSharedPushLock(IN PKPUSH_LOCK PushLock)