Explorar o código

tosunits: remove some unused locals

Thorsten Otto %!s(int64=3) %!d(string=hai) anos
pai
achega
0e4e4b89ab
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      packages/tosunits/src/gem.pas

+ 0 - 3
packages/tosunits/src/gem.pas

@@ -336,21 +336,18 @@ end;
 
 
 procedure v_opnwk(const WorkIn: workin_Array; out handle: smallint; out WorkOut: workout_Array);
-var pb: TVDIPB;
 begin
   vdi.v_opnwk(@workin[0], @handle, @workout[0]);
 end;
 
 
 procedure v_opnvwk(const WorkIn: workin_Array; var handle: smallint; out WorkOut: workout_Array);
-var pb: TVDIPB;
 begin
   vdi.v_opnvwk(@workin[0], @handle, @workout[0]);
 end;
 
 
 procedure vq_extnd(handle, owflag: smallint; out WorkOut: workout_Array);
-var pb: TVDIPB;
 begin
   vdi.vq_extnd(handle, owflag, @workout[0]);
 end;