summaryrefslogtreecommitdiffstats
path: root/src/util/support/errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/support/errors.c')
-rw-r--r--src/util/support/errors.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/util/support/errors.c b/src/util/support/errors.c
index 94290f857..36ea11c3a 100644
--- a/src/util/support/errors.c
+++ b/src/util/support/errors.c
@@ -11,12 +11,6 @@
#include "k5-platform.h"
#include "supp-int.h"
-#ifdef _WIN32
-#ifndef vsnprintf
-#define vsnprintf _vsnprintf
-#endif
-#endif
-
/* It would be nice to just use error_message() always. Pity that
it's defined in a library that depends on this one, and we're not
allowed to make circular dependencies. */