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:
Glen Stampoultzis 2002-02-11 09:00:45 +00:00
parent 9a8df1731f
commit f4c4742124
1 changed files with 0 additions and 2 deletions

View File

@ -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