new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / external / zlib-1.2.8 / contrib / delphi / ZLibConst.pas
diff --git a/src/external/zlib-1.2.8/contrib/delphi/ZLibConst.pas b/src/external/zlib-1.2.8/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.