diff options
Diffstat (limited to 'test/test-skeleton.c')
-rw-r--r-- | test/test-skeleton.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/test-skeleton.c b/test/test-skeleton.c index 85b4e6788..cf136ac93 100644 --- a/test/test-skeleton.c +++ b/test/test-skeleton.c @@ -325,9 +325,6 @@ main (int argc, char *argv[]) if (pid == 0) { /* This is the child. */ -#ifdef RLIMIT_DATA - struct rlimit data_limit; -#endif #ifdef RLIMIT_CORE /* Try to avoid dumping core. */ struct rlimit core_limit; |