Skip to content

Commit cbc6a7d

Browse files
Egor MartsynkovskyiText-CI
authored andcommitted
Remove TODO statement
DEVSIX-6107 Autoported commit. Original commit hash: [6adb924bc]
1 parent 9aec0c4 commit cbc6a7d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

itext/itext.kernel/itext/kernel/pdf/tagging/StructureTreeCopier.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,6 @@ private static PdfDictionary CopyObject(PdfDictionary source, PdfDictionary dest
357357
StructureTreeCopier.StructElemCopyingParams copyingParams) {
358358
PdfDictionary copied;
359359
if (copyingParams.IsCopyFromDestDocument()) {
360-
//TODO: detect wether object is needed to be cloned at all
361360
copied = source.Clone(ignoreKeysForClone);
362361
if (source.IsIndirect()) {
363362
copied.MakeIndirect(copyingParams.GetToDocument());

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7b938f237aeae83feb5920bacbfa04947205ffbf
1+
6adb924bcfe2f79d6ff0f025b9cc9e8f7ee1c2b6

0 commit comments

Comments
 (0)