X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/055fa6bf18e0733d1bf2f97075d6bb33c76e72b5..309429a3acfa50bd4e928b8a5728dc863e9c767b:/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