summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/test/windows/windows_shim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/wiredtiger/test/windows/windows_shim.h')
-rw-r--r--src/third_party/wiredtiger/test/windows/windows_shim.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/third_party/wiredtiger/test/windows/windows_shim.h b/src/third_party/wiredtiger/test/windows/windows_shim.h
index ad9de676deb..5a065ed8a79 100644
--- a/src/third_party/wiredtiger/test/windows/windows_shim.h
+++ b/src/third_party/wiredtiger/test/windows/windows_shim.h
@@ -33,11 +33,6 @@
#define R_OK 04
#define X_OK R_OK
-/* MSVC Doesn't provide __func__, it has __FUNCTION__ */
-#ifdef _MSC_VER
-#define __func__ __FUNCTION__
-#endif
-
/* snprintf does not exist on <= VS 2013 */
#if _MSC_VER < 1900
#define snprintf __wt_snprintf