* Remove "uses base"

git-svn-id: trunk@1855 -
This commit is contained in:
daniel 2005-12-01 16:11:37 +00:00
parent c5bc398110
commit 6751a62f75

View File

@ -11,12 +11,6 @@ unit crc;
interface
{$I zconf.inc}
uses
zutil, zbase;
function crc32(crc : cardinal; buf : Pbyte; len : cardinal) : cardinal;
{ Update a running crc with the bytes buf[0..len-1] and return the updated