List:Commits« Previous MessageNext Message »
From:jwinstead Date:March 21 2007 9:47pm
Subject:Connector/ODBC 3.51 commit: r258 - trunk/driver
View as plain text  
Modified:
   trunk/driver/utility.c
Log:
Remove crufty stuff that appears to serve no purpose any longer.


Modified: trunk/driver/utility.c
===================================================================
--- trunk/driver/utility.c	2007-03-21 20:42:17 UTC (rev 257)
+++ trunk/driver/utility.c	2007-03-21 20:47:23 UTC (rev 258)
@@ -1206,32 +1206,3 @@
         return TRUE;
     return FALSE;
 }
-
-#ifndef _UNIX_
-
-
-/*****************************************************************************
- Define functions that dosen't exist in a dll
-*****************************************************************************/
-
-/* _exit is called by safemalloc, mystatic & my_malloc */
-# ifndef __WIN__
-void exit(int exit)
-{
-    abort();
-}
-# endif /* !__WIN__ */
-
-# ifndef THREAD
-long getpid()
-{
-    return 0;
-}
-# else
-int pthread_dummy(int return_value)
-{
-    return return_value;
-}
-# endif /* !THREAD */
-
-#endif /* !_UNIX_ */

Thread
Connector/ODBC 3.51 commit: r258 - trunk/driverjwinstead21 Mar