summaryrefslogtreecommitdiffstats
path: root/cpukit/zlib/contrib/delphi/ZLibConst.pas
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/zlib/contrib/delphi/ZLibConst.pas')
-rw-r--r--cpukit/zlib/contrib/delphi/ZLibConst.pas11
1 files changed, 0 insertions, 11 deletions
diff --git a/cpukit/zlib/contrib/delphi/ZLibConst.pas b/cpukit/zlib/contrib/delphi/ZLibConst.pas
deleted file mode 100644
index cdfe13671d..0000000000
--- a/cpukit/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.