libarchive: Drop CMake-specific Borland compiler workaround

We no longer build CMake with the Borland compiler.
This commit is contained in:
Brad King 2015-10-21 10:31:57 -04:00
parent e861e12f6e
commit 5333c04cd0
1 changed files with 0 additions and 7 deletions

View File

@ -55,13 +55,6 @@
# include <inttypes.h>
#endif
/* Borland symbols are case-insensitive. This workaround only works
within CMake because we do not mix compilers. */
#if defined(__BORLANDC__)
# define archive_read_open_FILE archive_read_open_FILE_
# define archive_write_open_FILE archive_write_open_FILE_
#endif
/* Get appropriate definitions of 64-bit integer */
#if !defined(__LA_INT64_T_DEFINED)
/* Older code relied on the __LA_INT64_T macro; after 4.0 we'll switch to the typedef exclusively. */