From 4c325b58dcae6f8a065a1a99f39588806555cef1 Mon Sep 17 00:00:00 2001 From: fc_botelho Date: Sun, 30 Mar 2008 00:34:06 +0000 Subject: [PATCH] *** empty log message *** --- examples/struct_vector_adapter_ex3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/struct_vector_adapter_ex3.c b/examples/struct_vector_adapter_ex3.c index e3ab595..1703ab0 100644 --- a/examples/struct_vector_adapter_ex3.c +++ b/examples/struct_vector_adapter_ex3.c @@ -21,7 +21,6 @@ int main(int argc, char **argv) unsigned int nkeys = 10; FILE* mphf_fd = fopen("temp_struct_vector.mph", "w"); // Source of keys - fprintf(stderr, "sizeof(rec_t) -> %ld\n", sizeof(rec_t)); cmph_io_adapter_t *source = cmph_io_struct_vector_adapter(vector, sizeof(rec_t), sizeof(cmph_uint32), 11, nkeys); //Create minimal perfect hash function using the default (chm) algorithm.