Removed remaining debug code

This commit is contained in:
adamdunkels 2008-01-23 21:06:25 +00:00
parent 68523814c5
commit 546efc7b61

View file

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * 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/process.h"
#include "sys/arg.h" #include "sys/arg.h"
PROCESS_NAME(simple_cc2420_process);
/* /*
* Pointer to the currently running process structure. * Pointer to the currently running process structure.
*/ */