diff options
author | Peter Kokot <peterkokot@gmail.com> | 2018-09-26 02:34:18 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2018-09-29 09:23:31 +0200 |
commit | 61536b9d642d4c359622ff379bf42a126c220aa1 (patch) | |
tree | 438182d77efb2947cad008277a8560fc32ab45ff /ext/bz2 | |
parent | 36a4f58ab9e566b014e73caa24a6fdbc3e8b8f75 (diff) | |
download | php-git-61536b9d642d4c359622ff379bf42a126c220aa1.tar.gz |
Remove unused ext/bz2/php_bz2.def
Exporting symbols has been added via
a7ba08a0bdb1b7de6a5f1f44ae3d243ea8cedb64 and then removed via
d5c68252418e7ad40fd8527676e9ce4696c19a3c
Diffstat (limited to 'ext/bz2')
-rw-r--r-- | ext/bz2/php_bz2.def | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/bz2/php_bz2.def b/ext/bz2/php_bz2.def deleted file mode 100644 index 831355344a..0000000000 --- a/ext/bz2/php_bz2.def +++ /dev/null @@ -1,7 +0,0 @@ -EXPORTS - BZ2_bzCompressInit - BZ2_bzCompress - BZ2_bzCompressEnd - BZ2_bzDecompressInit - BZ2_bzDecompress - BZ2_bzDecompressEnd |