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

More on IMetadataBuilder

This commit is contained in:
alexpeshkoff 2013-02-22 07:01:00 +00:00
parent add88cf85e
commit 1f4da1a533

View File

@ -252,13 +252,6 @@ IMetadataBuilder* MasterImplementation::getMetadataBuilder(IStatus* status, unsi
MsgMetadata* msgMetadata = new MsgMetadata;
msgMetadata->items.grow(fieldCount);
for (ObjectsArray<MsgMetadata::Item>::iterator i = msgMetadata->items.begin();
i != msgMetadata->items.end();
++i)
{
i->finished = true;
}
return msgMetadata->getBuilder(status);
}