From c898fab12a050123972d9021b1ccb93cc2df0456 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 10 Jan 2007 03:43:31 +0000 Subject: [PATCH] Checker is really obsolete now. --- src/libpspp/pool.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libpspp/pool.c b/src/libpspp/pool.c index 2a6a6b54..141d8ab4 100644 --- a/src/libpspp/pool.c +++ b/src/libpspp/pool.c @@ -100,8 +100,8 @@ union align /* DISCRETE_BLOCKS may be declared as nonzero to prevent suballocation of blocks. This is useful under memory - debuggers like Checker or valgrind because it allows the - source location of bugs to be more accurately pinpointed. + debuggers like valgrind because it allows the source location + of bugs to be more accurately pinpointed. On the other hand, if we're testing the library, then we want to test the library's real functionality, not its crippled, slow, -- 2.30.2