X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/4782a5c5afee47721cc617daa40dd29828342c2b..a2d002aadb85c6411b55e3966247efb21eeff2b8:/bfifo.pas

diff --git a/bfifo.pas b/bfifo.pas
old mode 100755
new mode 100644
index 55cc24a..667c0da
--- a/bfifo.pas
+++ b/bfifo.pas
@@ -76,7 +76,6 @@ end;
 function tfifo.get;
 var
   p:tlinklist;
-  a:integer;
 begin
   if len > size then len := size;
   if len <= 0 then begin