strtoul is not used anywhere.
[openssl.git] / e_os.h
diff --git a/e_os.h b/e_os.h
index 7e63d0130c846d5a8cdb4ab810cc05089b1cf7c3..aca01cdc644c1875664b901a3c4b80ebf5d74d36 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -405,7 +405,6 @@ extern HINSTANCE _hInstance;
 
 #if defined(sun) && !defined(__svr4__) && !defined(__SVR4)
 #define memmove(s1,s2,b) bcopy((s2),(s1),(n))
 
 #if defined(sun) && !defined(__svr4__) && !defined(__SVR4)
 #define memmove(s1,s2,b) bcopy((s2),(s1),(n))
-#define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b)))
 #endif
 
 /***********************************************/
 #endif
 
 /***********************************************/