Remove magic.

Remove structure magic, because 1) it is no longer conditional, and 2)
it stopped being very effective at detecting memory corruption several
years ago.
This commit is contained in:
Jason Evans
2012-02-13 10:24:43 -08:00
parent 7372b15a31
commit fd56043c53
7 changed files with 0 additions and 45 deletions

View File

@@ -30,9 +30,6 @@ struct ckhc_s {
};
struct ckh_s {
#define CKH_MAGIC 0x3af2489d
uint32_t magic;
#ifdef CKH_COUNT
/* Counters used to get an idea of performance. */
uint64_t ngrows;