mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-10 11:14:05 +02:00
tests: Remove unused variables from slice tests
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
@@ -26,7 +26,6 @@
|
|||||||
(rand_accu = 1664525 * rand_accu + 1013904223, rand_accu)
|
(rand_accu = 1664525 * rand_accu + 1013904223, rand_accu)
|
||||||
|
|
||||||
static guint prime_size = 1021; /* 769; 509 */
|
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_blocks = 10000; /* total number of blocks allocated */
|
||||||
static guint number_of_repetitions = 10000; /* number of alloc+free repetitions */
|
static guint number_of_repetitions = 10000; /* number of alloc+free repetitions */
|
||||||
static gboolean want_corruption = FALSE;
|
static gboolean want_corruption = FALSE;
|
||||||
|
@@ -26,7 +26,6 @@
|
|||||||
(rand_accu = 1664525 * rand_accu + 1013904223, rand_accu)
|
(rand_accu = 1664525 * rand_accu + 1013904223, rand_accu)
|
||||||
|
|
||||||
static guint prime_size = 1021; /* 769; 509 */
|
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_blocks = 10000; /* total number of blocks allocated */
|
||||||
static guint number_of_repetitions = 10000; /* number of alloc+free repetitions */
|
static guint number_of_repetitions = 10000; /* number of alloc+free repetitions */
|
||||||
static gboolean want_corruption = FALSE;
|
static gboolean want_corruption = FALSE;
|
||||||
|
@@ -26,7 +26,6 @@
|
|||||||
(rand_accu = 1664525 * rand_accu + 1013904223, rand_accu)
|
(rand_accu = 1664525 * rand_accu + 1013904223, rand_accu)
|
||||||
|
|
||||||
static guint prime_size = 1021; /* 769; 509 */
|
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_blocks = 10000; /* total number of blocks allocated */
|
||||||
static guint number_of_repetitions = 10000; /* number of alloc+free repetitions */
|
static guint number_of_repetitions = 10000; /* number of alloc+free repetitions */
|
||||||
static gboolean want_corruption = FALSE;
|
static gboolean want_corruption = FALSE;
|
||||||
|
Reference in New Issue
Block a user