Skip to content

Commit 0be199f

Browse files
committed
Avoid secondary initialization of in-memory meta data by worker attachments.
1 parent bbf461b commit 0be199f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/jrd/WorkerAttachment.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ WorkerStableAttachment::WorkerStableAttachment(FbStatusVector* status, Jrd::Atta
6565
BackgroundContextHolder tdbb(attachment->att_database, attachment, status, FB_FUNCTION);
6666

6767
LCK_init(tdbb, LCK_OWNER_attachment);
68-
INI_init(tdbb);
6968
PAG_header(tdbb, true);
7069
PAG_attachment_id(tdbb);
7170
TRA_init(attachment);

0 commit comments

Comments
 (0)