X-Git-Url: http://www.lcore.org/git/lcore.git/blobdiff_plain/4782a5c5afee47721cc617daa40dd29828342c2b..85edf7ed5948e0efe59301680f79ea0bac4367e8:/bfifo.pas diff --git a/bfifo.pas b/bfifo.pas old mode 100755 new mode 100644 index 55cc24a..667c0da --- 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