mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
tests: Remove unused variables from slice tests
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
6a1e35422f
commit
0e1b410779
@ -26,7 +26,6 @@
|
||||
(rand_accu = 1664525 * rand_accu + 1013904223, rand_accu)
|
||||
|
||||
static guint prime_size = 1021; /* 769; 509 */
|
||||
static gboolean clean_memchunks = FALSE;
|
||||
static guint number_of_blocks = 10000; /* total number of blocks allocated */
|
||||
static guint number_of_repetitions = 10000; /* number of alloc+free repetitions */
|
||||
static gboolean want_corruption = FALSE;
|
||||
|
@ -26,7 +26,6 @@
|
||||
(rand_accu = 1664525 * rand_accu + 1013904223, rand_accu)
|
||||
|
||||
static guint prime_size = 1021; /* 769; 509 */
|
||||
static gboolean clean_memchunks = FALSE;
|
||||
static guint number_of_blocks = 10000; /* total number of blocks allocated */
|
||||
static guint number_of_repetitions = 10000; /* number of alloc+free repetitions */
|
||||
static gboolean want_corruption = FALSE;
|
||||
|
@ -26,7 +26,6 @@
|
||||
(rand_accu = 1664525 * rand_accu + 1013904223, rand_accu)
|
||||
|
||||
static guint prime_size = 1021; /* 769; 509 */
|
||||
static gboolean clean_memchunks = FALSE;
|
||||
static guint number_of_blocks = 10000; /* total number of blocks allocated */
|
||||
static guint number_of_repetitions = 10000; /* number of alloc+free repetitions */
|
||||
static gboolean want_corruption = FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user