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