summaryrefslogtreecommitdiff
path: root/crypto/openssh/openbsd-compat/vis.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/openbsd-compat/vis.c')
-rw-r--r--crypto/openssh/openbsd-compat/vis.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/openssh/openbsd-compat/vis.c b/crypto/openssh/openbsd-compat/vis.c
index 3cef6bafdf12..0e04ed025dde 100644
--- a/crypto/openssh/openbsd-compat/vis.c
+++ b/crypto/openssh/openbsd-compat/vis.c
@@ -33,12 +33,6 @@
#include "includes.h"
#if !defined(HAVE_STRNVIS) || defined(BROKEN_STRNVIS)
-/*
- * We want these to override in the BROKEN_STRNVIS case. TO avoid future sync
- * problems no-op out the weak symbol definition rather than remove it.
- */
-#define DEF_WEAK(x)
-
#include <sys/types.h>
#include <errno.h>
#include <ctype.h>