From b11a8cb329e5726fe3a30d893538b3013cd05165 Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Thu, 10 Jul 2008 11:56:43 +0000 Subject: Remove some unintentionally committed debug code. svn path=/trunk/hubbub/; revision=4564 --- test/tree2.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/tree2.c') diff --git a/test/tree2.c b/test/tree2.c index 2af8dc4..e5a1e94 100644 --- a/test/tree2.c +++ b/test/tree2.c @@ -359,9 +359,6 @@ int create_element(void *ctx, const hubbub_tag *tag, void **result) { node_t *node = calloc(1, sizeof *node); - if (tag->ns >= NUM_NAMESPACES) { - *(int *)((void *)0x30) = 3; - } assert(tag->ns < NUM_NAMESPACES); node->type = ELEMENT; -- cgit v1.2.3