X-Git-Url: http://git.samba.org/?p=samba.git;a=blobdiff_plain;f=lib%2Fzlib%2Fcontrib%2Fdelphi%2FZLibConst.pas;fp=lib%2Fzlib%2Fcontrib%2Fdelphi%2FZLibConst.pas;h=0000000000000000000000000000000000000000;hp=cdfe13671d354465f5054630720a1d2b6c02ce79;hb=b08cbc64c00d563738c45a701d4a7a7fd371e63f;hpb=ba8ee8c9e011361cfc405b1355172d38718ba0cc diff --git a/lib/zlib/contrib/delphi/ZLibConst.pas b/lib/zlib/contrib/delphi/ZLibConst.pas deleted file mode 100644 index cdfe13671d3..00000000000 --- 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.