summaryrefslogtreecommitdiff
path: root/src/pathchk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pathchk.c')
-rw-r--r--src/pathchk.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pathchk.c b/src/pathchk.c
index 814652834..463269690 100644
--- a/src/pathchk.c
+++ b/src/pathchk.c
@@ -25,11 +25,6 @@
#include "quote.h"
#include "quotearg.h"
-#if ! (HAVE_MBRLEN && HAVE_MBSTATE_T)
-# define mbrlen(s, n, ps) 1
-# define mbstate_t int
-#endif
-
/* The official name of this program (e.g., no `g' prefix). */
#define PROGRAM_NAME "pathchk"