diff options
author | Eric Blake <ebb9@byu.net> | 2009-04-30 13:18:49 -0600 |
---|---|---|
committer | Eric Blake <ebb9@byu.net> | 2009-04-30 16:47:13 -0600 |
commit | 875cae47a975df4721d1c492c03799535f5cf2f6 (patch) | |
tree | 1c08c93b4a87c59fa3210004bfb060bf9d08f7f6 /m4 | |
parent | 269bb7362f39fb9ecefd64a1b2ab70aee4d3ffed (diff) | |
download | coreutils-875cae47a975df4721d1c492c03799535f5cf2f6.tar.xz |
stdopen: remove unused code
* m4/stdopen.m4: Delete now-unused file.
* lib/stdopen.h: Likewise.
* lib/stdopen.c: Likewise.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/stdopen.m4 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/m4/stdopen.m4 b/m4/stdopen.m4 deleted file mode 100644 index b18c22ddf..000000000 --- a/m4/stdopen.m4 +++ /dev/null @@ -1,13 +0,0 @@ -#serial 1 -dnl Copyright (C) 2005 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_STDOPEN], -[ - AC_LIBSOURCES([stdopen.c, stdopen.h]) - AC_LIBOBJ([stdopen]) - - dnl Prerequisites. -]) |