summaryrefslogtreecommitdiff
path: root/tests/pixbuf-randomly-modified.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pixbuf-randomly-modified.c')
-rw-r--r--tests/pixbuf-randomly-modified.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/pixbuf-randomly-modified.c b/tests/pixbuf-randomly-modified.c
index a6ae9ef9f..2c905c3e1 100644
--- a/tests/pixbuf-randomly-modified.c
+++ b/tests/pixbuf-randomly-modified.c
@@ -97,9 +97,6 @@ main (int argc, char **argv)
max_mem_size.rlim_cur = 100 * 1024 * 1024; /* 100M */
max_mem_size.rlim_max = max_mem_size.rlim_cur;
setrlimit (RLIMIT_DATA, &max_mem_size);
-#ifdef RLIMIT_AS
- setrlimit (RLIMIT_AS, &max_mem_size);
-#endif
#endif
g_test_init (&argc, &argv, NULL);