From 6c6df5e4ede994e7572ff02253ff15341243d8c9 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 27 Nov 2015 13:54:04 -0600 Subject: [PATCH] Remove some ifdef'ed out logic --- nshlib/nsh_fsutils.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/nshlib/nsh_fsutils.c b/nshlib/nsh_fsutils.c index 912309bd7..6219ec19f 100644 --- a/nshlib/nsh_fsutils.c +++ b/nshlib/nsh_fsutils.c @@ -45,17 +45,6 @@ #include #include -#if 0 -#include -#include -#include -#include -#include -#include -#include -#include -#endif - #include "nsh.h" #include "nsh_console.h"