Trivial patch to remove unused factory

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353373 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason Height 2003-09-26 02:34:42 +00:00
parent 67950b1584
commit 44ab3a6ceb
1 changed files with 0 additions and 4 deletions

View File

@ -193,10 +193,6 @@ public class HSSFWorkbook
InputStream stream = fs.createDocumentInputStream("Workbook");
EventRecordFactory factory = new EventRecordFactory();
List records = RecordFactory.createRecords(stream);
workbook = Workbook.createWorkbook(records);