summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-07-10 11:56:43 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-07-10 11:56:43 +0000
commitb11a8cb329e5726fe3a30d893538b3013cd05165 (patch)
treefd26135527954c416ab8ce125681c8cc7946ff6a
parentc10b4b0811e4ac908372e9eb77ae0b348e6915b9 (diff)
downloadlibhubbub-b11a8cb329e5726fe3a30d893538b3013cd05165.tar.gz
libhubbub-b11a8cb329e5726fe3a30d893538b3013cd05165.tar.bz2
Remove some unintentionally committed debug code.
svn path=/trunk/hubbub/; revision=4564
-rw-r--r--test/tree2.c3
1 files changed, 0 insertions, 3 deletions
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;