From 546efc7b61bf247d0ed27d0d8f2a7daef5c412ea Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Wed, 23 Jan 2008 21:06:25 +0000 Subject: [PATCH] Removed remaining debug code --- core/sys/process.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/sys/process.c b/core/sys/process.c index ff3a14e3f..ba9816e1a 100644 --- a/core/sys/process.c +++ b/core/sys/process.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * @(#)$Id: process.c,v 1.6 2008/01/23 15:18:06 adamdunkels Exp $ + * @(#)$Id: process.c,v 1.7 2008/01/23 21:06:25 adamdunkels Exp $ */ /** @@ -49,8 +49,6 @@ #include "sys/process.h" #include "sys/arg.h" -PROCESS_NAME(simple_cc2420_process); - /* * Pointer to the currently running process structure. */