Changeset: 4f6fc8bed9b8 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4f6fc8bed9b8
Modified Files:
        clients/odbc/winsetup/setup.c
        monetdb_config.h.in
Branch: cmake-fun
Log Message:

Removed unused code.


diffs (37 lines):

diff --git a/clients/odbc/winsetup/setup.c b/clients/odbc/winsetup/setup.c
--- a/clients/odbc/winsetup/setup.c
+++ b/clients/odbc/winsetup/setup.c
@@ -6,11 +6,6 @@
  * Copyright 1997 - July 2008 CWI, August 2008 - 2019 MonetDB B.V.
  */
 
-/* Visual Studio 8 has deprecated lots of stuff: suppress warnings */
-#ifndef _CRT_SECURE_NO_DEPRECATE
-#define _CRT_SECURE_NO_DEPRECATE 1
-#endif
-
 #include "monetdb_config.h"
 #include <windows.h>
 /* indicate to sqltypes.h that windows.h has already been included and
diff --git a/monetdb_config.h.in b/monetdb_config.h.in
--- a/monetdb_config.h.in
+++ b/monetdb_config.h.in
@@ -178,9 +178,6 @@
 /* Define to 1 if you have the `gettimeofday' function. */
 #cmakedefine HAVE_GETTIMEOFDAY 1
 
-/* Define to 1 if you have the `getuid' function. */
-#cmakedefine HAVE_GETUID 1
-
 /* Have huge */
 #cmakedefine HAVE_HGE 1
 
@@ -601,8 +598,6 @@ typedef __uint128_t uhge;
 #endif
 
 #ifndef WIN32
-/* see 
https://docs.microsoft.com/en-us/visualstudio/code-quality/using-sal-annotations-to-reduce-c-cpp-code-defects
- * and Visual Studio include file <sal.h> */
 #ifndef _In_z_
 #define _In_z_
 #endif
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to