summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nt/inc/ms-w32.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h
index 671c9fa9d2b..957d8c6bdbc 100644
--- a/nt/inc/ms-w32.h
+++ b/nt/inc/ms-w32.h
@@ -596,13 +596,6 @@ typedef unsigned int EMACS_UINT;
/* #define FULL_DEBUG */
/* #define EMACSDEBUG */
-#ifdef EMACSDEBUG
-extern void _DebPrint (const char *fmt, ...);
-#define DebPrint(stuff) _DebPrint stuff
-#else
-#define DebPrint(stuff)
-#endif
-
#ifdef _MSC_VER
#if _MSC_VER >= 800 && !defined(__cplusplus)
/* Unnamed type definition in parentheses.