From b732ab2d9d5e46ee20657bb891a90c31e4060e89 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 6 Apr 2004 12:11:59 +0000 Subject: #if 0 out the sys/debugreg stuff. 2004-04-06 Not Zed * camel-debug.c: #if 0 out the sys/debugreg stuff. svn path=/trunk/; revision=25334 --- camel/ChangeLog | 2 ++ camel/camel-debug.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'camel') diff --git a/camel/ChangeLog b/camel/ChangeLog index ace9510f85..f31e0714da 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,7 @@ 2004-04-06 Not Zed + * camel-debug.c: #if 0 out the sys/debugreg stuff. + ** See bug #56110. * providers/imap/camel-imap-folder.c (get_content): more debug! diff --git a/camel/camel-debug.c b/camel/camel-debug.c index 77a5d1cf8b..da97e0ba8f 100644 --- a/camel/camel-debug.c +++ b/camel/camel-debug.c @@ -153,9 +153,9 @@ camel_debug_end(void) pthread_mutex_unlock(&debug_lock); } +#if 0 #include -#if 0 static unsigned i386_length_and_rw_bits (int len, enum target_hw_bp_type type) { -- cgit