about summary refs log tree commit diff
path: root/Src/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'Src/system.h')
-rw-r--r--Src/system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Src/system.h b/Src/system.h
index ccb12e0c0..33804e71a 100644
--- a/Src/system.h
+++ b/Src/system.h
@@ -703,10 +703,6 @@ extern short ospeed;
  */
 # include <wchar.h>
 # include <wctype.h>
-#ifndef HAVE_WCSWIDTH
-/* wcswidth is missing on OpenBSD: assume single-width characters */
-#define wcswidth(x, y)	(1)
-#endif
 #endif
 #ifdef HAVE_LANGINFO_H
 #  include <langinfo.h>