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
9a8df1731f
commit
f4c4742124
@ -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
Block a user