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:
parent
add88cf85e
commit
1f4da1a533
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user