1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Mark unreachable code.

This commit is contained in:
Sandu Liviu Catalin 2022-07-04 20:05:21 +03:00
parent 8f11e08150
commit ea63899c9a

View File

@ -491,10 +491,8 @@ LightObj SqDataSessionPool::GetSq()
{
return GteMySQLFromSession(session_impl);
}
else
{
STHROWF("Unknown connector type {}", connector);
}
STHROWF("Unknown connector type {}", connector);
SQ_UNREACHABLE
}
// ------------------------------------------------------------------------------------------------