diff src/profile.c @ 207:e45d5e7c476e r20-4b2

Import from CVS: tag r20-4b2
author cvs
date Mon, 13 Aug 2007 10:03:52 +0200
parents 169c0442b401
children f955c73f5258
line wrap: on
line diff
--- a/src/profile.c	Mon Aug 13 10:02:48 2007 +0200
+++ b/src/profile.c	Mon Aug 13 10:03:52 2007 +0200
@@ -92,8 +92,6 @@
 	{
 	  fun = *backtrace_list->function;
 
-	  /* #### dmoore - why do we need to unmark it, we aren't in GC. */
-	  XUNMARK (fun);
 	  if (!GC_SYMBOLP (fun) && !GC_COMPILED_FUNCTIONP (fun))
 	    fun = QSunknown;
 	}