mirror of https://github.com/apache/poi.git
Removed another unused variable
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352088 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
beb8010ded
commit
f200e2b12e
|
@ -136,7 +136,6 @@ public class RecordFactory
|
|||
|
||||
try
|
||||
{
|
||||
long offset = 0;
|
||||
short rectype = 0;
|
||||
|
||||
do
|
||||
|
@ -148,7 +147,6 @@ public class RecordFactory
|
|||
byte[] data = new byte[ ( int ) recsize ];
|
||||
|
||||
in.read(data);
|
||||
offset += 4 + recsize;
|
||||
Record[] recs = createRecord(rectype, recsize,
|
||||
data); // handle MulRK records
|
||||
|
||||
|
|
Loading…
Reference in New Issue