diff options
author | Ira Cooper <ira@samba.org> | 2014-07-23 00:16:24 -0700 |
---|---|---|
committer | Ira Cooper <ira@samba.org> | 2014-08-09 18:26:17 +0200 |
commit | b08cbc64c00d563738c45a701d4a7a7fd371e63f (patch) | |
tree | f781f30207886ff4f31ca98bb19b3431fce6999a /lib/zlib/contrib/delphi/ZLibConst.pas | |
parent | ba8ee8c9e011361cfc405b1355172d38718ba0cc (diff) | |
download | samba-b08cbc64c00d563738c45a701d4a7a7fd371e63f.tar.gz samba-b08cbc64c00d563738c45a701d4a7a7fd371e63f.tar.xz samba-b08cbc64c00d563738c45a701d4a7a7fd371e63f.zip |
lib/zlib: Remove non third_party zlib.
Signed-off-by: Ira Cooper <ira@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/zlib/contrib/delphi/ZLibConst.pas')
-rw-r--r-- | lib/zlib/contrib/delphi/ZLibConst.pas | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/zlib/contrib/delphi/ZLibConst.pas b/lib/zlib/contrib/delphi/ZLibConst.pas deleted file mode 100644 index cdfe13671d..0000000000 --- a/lib/zlib/contrib/delphi/ZLibConst.pas +++ /dev/null @@ -1,11 +0,0 @@ -unit ZLibConst; - -interface - -resourcestring - sTargetBufferTooSmall = 'ZLib error: target buffer may be too small'; - sInvalidStreamOp = 'Invalid stream operation'; - -implementation - -end. |