瀏覽代碼

* Remove "uses base"

git-svn-id: trunk@1855 -
daniel 19 年之前
父節點
當前提交
6751a62f75
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      packages/base/paszlib/crc.pas

+ 0 - 6
packages/base/paszlib/crc.pas

@@ -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