Followup to 2008-12-22: Remove unnecessary AC_FUNC_MBRTOWC invocations.
[gnulib.git] / m4 / mbslen.m4
diff --git a/m4/mbslen.m4 b/m4/mbslen.m4
deleted file mode 100644 (file)
index 91e95a1..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-# mbslen.m4 serial 2
-dnl Copyright (C) 2007-2008 Free Software Foundation, Inc.
-dnl This file is free software; the Free Software Foundation
-dnl gives unlimited permission to copy and/or distribute it,
-dnl with or without modifications, as long as this notice is preserved.
-
-AC_DEFUN([gl_FUNC_MBSLEN],
-[
-  gl_PREREQ_MBSLEN
-])
-
-# Prerequisites of lib/mbslen.c.
-AC_DEFUN([gl_PREREQ_MBSLEN], [
-  AC_REQUIRE([AC_FUNC_MBRTOWC])
-  :
-])