X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/055fa6bf18e0733d1bf2f97075d6bb33c76e72b5..e2488d880e54b1b938409d3870c28ea952c6d51a:/bfifo.pas

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