third_party: Remove zlib from third_party
[garming/samba-autobuild/.git] / third_party / zlib / contrib / delphi / ZLibConst.pas
diff --git a/third_party/zlib/contrib/delphi/ZLibConst.pas b/third_party/zlib/contrib/delphi/ZLibConst.pas
deleted file mode 100644 (file)
index cdfe136..0000000
+++ /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.