From 84e73ae3246c6afe1e3ea2a4ef96e3bba22f0c77 Mon Sep 17 00:00:00 2001 From: Christian Mehlis Date: Wed, 30 Oct 2013 22:30:56 +0100 Subject: [PATCH] clean up shell --- sys/include/shell.h | 4 +--- sys/shell/shell.c | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/include/shell.h b/sys/include/shell.h index f2587ddc0c..29e46c7096 100644 --- a/sys/include/shell.h +++ b/sys/include/shell.h @@ -2,7 +2,7 @@ * Copyright 2009, Freie Universitaet Berlin (FUB). All rights reserved. * * These sources were developed at the Freie Universitaet Berlin, Computer Systems -and Telematics group (http://cst.mi.fu-berlin.de). + * and Telematics group (http://cst.mi.fu-berlin.de). * ---------------------------------------------------------------------------- * This file is part of RIOT. * @@ -20,8 +20,6 @@ and Telematics group (http://cst.mi.fu-berlin.de). * @ingroup feuerware */ -//#include "hashtable.h" - typedef struct shell_command_t { char *name; char *desc; diff --git a/sys/shell/shell.c b/sys/shell/shell.c index 2339222238..63ae38ec22 100644 --- a/sys/shell/shell.c +++ b/sys/shell/shell.c @@ -26,7 +26,6 @@ * @author Kaspar Schleiser */ -//#include #include #include #include