summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-07-27 16:54:26 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-07-27 16:54:45 -0700
commit624fb2824cc4f318caf99c3912cfb0ad6c74b418 (patch)
treeaada0bda34d485afa937217880e21b823b678b1d
parentaa99fbeb9ff85ce8ff024c5ace4e0690726e0ca7 (diff)
downloadgrep-624fb2824cc4f318caf99c3912cfb0ad6c74b418.tar.gz
maint: remove stat-size
* bootstrap.conf (gnulib_modules): Remove stat-size. * src/main.c: Don't include stat-size.h; no longer needed.
-rw-r--r--bootstrap.conf1
-rw-r--r--src/main.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 2b3563ca..f89a56e3 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -69,7 +69,6 @@ realloc-gnu
regex
same-inode
ssize_t
-stat-size
stddef
stdlib
stpcpy
diff --git a/src/main.c b/src/main.c
index 69547609..84066d80 100644
--- a/src/main.c
+++ b/src/main.c
@@ -44,7 +44,6 @@
#include "progname.h"
#include "propername.h"
#include "quote.h"
-#include "stat-size.h"
#include "version-etc.h"
#include "xalloc.h"
#include "xstrtol.h"