8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00

Fixed bug caused by one of my recent commits

This commit is contained in:
AlexPeshkoff 2020-11-04 12:58:43 +03:00
parent 9f86d1ad4e
commit 47d8f65e65

View File

@ -542,7 +542,6 @@ ClumpletReader::ClumpletType ClumpletReader::getClumpletType(UCHAR tag) const
{
case isc_info_end:
case isc_info_truncated:
case isc_info_data_not_ready:
case isc_info_flag_end:
return SingleTpb;
}