X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/a83971b64b0b20f6774cf3ccedd05202ad0bdb0e..27e903c56380abcb11b5a0b8d7ccab88a14b5cde:/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