RT3546: Remove #define IRIX_CC_BUG
authorRich Salz <rsalz@openssl.org>
Mon, 5 Jan 2015 21:05:54 +0000 (16:05 -0500)
committerRich Salz <rsalz@openssl.org>
Mon, 5 Jan 2015 21:05:54 +0000 (16:05 -0500)
Leftovers from commit 448155e9bbda27cbba365ff549a7e2044a8a399f
Remove now-unused #define's

Reviewed-by: Matt Caswell <matt@openssl.org>
e_os.h

diff --git a/e_os.h b/e_os.h
index 1d27b63d068d2ca424b0d9cb9bf8716c6d608f63..c6ca774b1a83d010db88af8adaf88f254b718747 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -626,13 +626,6 @@ extern char *sys_errlist[]; extern int sys_nerr;
 
 /***********************************************/
 
-#ifdef sgi
-#define IRIX_CC_BUG    /* all version of IRIX I've tested (4.* 5.*) */
-#endif
-#ifdef OPENSSL_SYS_SNI
-#define IRIX_CC_BUG    /* CDS++ up to V2.0Bsomething suffered from the same bug.*/
-#endif
-
 #if defined(OPENSSL_SYS_WINDOWS)
 #  define strcasecmp _stricmp
 #  define strncasecmp _strnicmp