From c369355a68f40576bff682bdd6785e8926e51f63 Mon Sep 17 00:00:00 2001 From: Aephiex <34618932+Aephiex@users.noreply.github.com> Date: Sun, 12 Jan 2025 22:21:17 +0800 Subject: [PATCH] fix warning --- src/Ext/Techno/Body.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Ext/Techno/Body.cpp b/src/Ext/Techno/Body.cpp index b7040c4f60..e5ce3e5017 100644 --- a/src/Ext/Techno/Body.cpp +++ b/src/Ext/Techno/Body.cpp @@ -471,7 +471,6 @@ int TechnoExt::ExtData::GetAttachedEffectCumulativeCount(AttachEffectTypeClass* // it doesn't check if this transport is actually a transport or not. bool TechnoExt::ExtData::CanLoadPassenger(TechnoClass* pPassenger) const { - auto const pTransport = this->OwnerObject(); auto const pTransportTypeExt = this->TypeExtData; auto const pTransportType = pTransportTypeExt->OwnerObject(); auto const pPassengerType = pPassenger->GetTechnoType();