diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-05 23:09:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-05 23:09:24 +0200 |
commit | d80e49d7b6da04efac6ece21497d32b14abb089f (patch) | |
tree | 2ba477d7059c4f435654ec55bdea77473b805564 /test/test-skeleton.c | |
parent | 84b58ef8701d3d7d6071b391196ee78556f724df (diff) |
test: quieten some gcc warnings
Fix some gcc warnings while compiling the testsuite.
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; |