summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-08-24 09:24:17 +0200
committerBruno Haible <bruno@clisp.org>2019-08-24 09:24:17 +0200
commitfff7fcc2286b45651642278314dae82f7774a2f4 (patch)
treebceb3a8099795e9868f5c4f1281fbe4f9b487a4f /m4
parent28eadbdc4c53974c04fb415dc751a2682eaa8b1a (diff)
downloadgnulib-fff7fcc2286b45651642278314dae82f7774a2f4.tar.gz
Remove unused file.
* m4/stat-macros.m4: Remove file.
Diffstat (limited to 'm4')
-rw-r--r--m4/stat-macros.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/m4/stat-macros.m4 b/m4/stat-macros.m4
deleted file mode 100644
index 72e9ec4ebc..0000000000
--- a/m4/stat-macros.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-#serial 3
-
-# Copyright (C) 2005-2006, 2009-2019 Free Software Foundation, Inc.
-#
-# This file is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-AC_DEFUN([gl_STAT_MACROS],
-[
- AC_REQUIRE([AC_HEADER_STAT])
-])