Skip to content

Commit 2822dcc

Browse files
committed
PDFBOX-6009: remove uneeded code
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1925860 13f79535-47bb-0310-9956-ffa450edef68
1 parent b2197d7 commit 2822dcc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pdfbox/src/main/java/org/apache/pdfbox/multipdf/Splitter.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ public List<PDDocument> split(PDDocument document) throws IOException
134134
pageDictMaps = new ArrayList<>();
135135
annotDictMaps = new ArrayList<>();
136136
destToFixMap = new HashMap<>();
137-
annotDictMap = new HashMap<>();
138137
idSet = new HashSet<>();
139138
roleSet = new HashSet<>();
140139

0 commit comments

Comments
 (0)