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:
parent
8f11e08150
commit
ea63899c9a
@ -491,10 +491,8 @@ LightObj SqDataSessionPool::GetSq()
|
|||||||
{
|
{
|
||||||
return GteMySQLFromSession(session_impl);
|
return GteMySQLFromSession(session_impl);
|
||||||
}
|
}
|
||||||
else
|
STHROWF("Unknown connector type {}", connector);
|
||||||
{
|
SQ_UNREACHABLE
|
||||||
STHROWF("Unknown connector type {}", connector);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ------------------------------------------------------------------------------------------------
|
// ------------------------------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user