From 0f4bf2f2aab1bd1760fdd1e7cd28be707475d1ec Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 22 Oct 2009 04:29:32 +0000 Subject: [PATCH] Remove DAYSPERNYEAR, SECSPERDAY. --- cpukit/libmisc/shell/extern-ls.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/cpukit/libmisc/shell/extern-ls.h b/cpukit/libmisc/shell/extern-ls.h index 01575ba7df..33f713b66e 100644 --- a/cpukit/libmisc/shell/extern-ls.h +++ b/cpukit/libmisc/shell/extern-ls.h @@ -189,7 +189,4 @@ void usage(rtems_shell_ls_globals* globals); void strmode(mode_t mode, char *p); -#define DAYSPERNYEAR 365 -#define SECSPERDAY (60 * 60 * 24) - #endif /* !_EXTERN_H_ */