X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/055fa6bf18e0733d1bf2f97075d6bb33c76e72b5..693e2ce95d2225be709499570ea94c324d663562:/bfifo.pas?ds=sidebyside

diff --git a/bfifo.pas b/bfifo.pas
index 55cc24a..667c0da 100644
--- 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