aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-10-19 00:08:17 +0000
committerEric Andersen <andersen@codepoet.org>2001-10-19 00:08:17 +0000
commitf4c208937c997f9b65e77b9304a527b03349d219 (patch)
treeb51104d70b155d6b841c1f30d3a7099a6e94dbc6 /shell
parentc2af1ee03667fbcf5bd456ea26e9f9e317a892a1 (diff)
downloadbusybox-f4c208937c997f9b65e77b9304a527b03349d219.tar.gz
Remove the now unused ARITH_* defines
-Erik
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c28
1 files changed, 1 insertions, 27 deletions
diff --git a/shell/ash.c b/shell/ash.c
index a65275893..5933b1518 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -1523,32 +1523,6 @@ __lookupalias(const char *name) {
* written implementation written by Aaron Lehmann <aaronl@vitelus.com>.
* This is now part of libbb, so that it can be used by all the shells
* in busybox. */
-#define ARITH_NUM 257
-#define ARITH_LPAREN 258
-#define ARITH_RPAREN 259
-#define ARITH_OR 260
-#define ARITH_AND 261
-#define ARITH_BOR 262
-#define ARITH_BXOR 263
-#define ARITH_BAND 264
-#define ARITH_EQ 265
-#define ARITH_NE 266
-#define ARITH_LT 267
-#define ARITH_GT 268
-#define ARITH_GE 269
-#define ARITH_LE 270
-#define ARITH_LSHIFT 271
-#define ARITH_RSHIFT 272
-#define ARITH_ADD 273
-#define ARITH_SUB 274
-#define ARITH_MUL 275
-#define ARITH_DIV 276
-#define ARITH_REM 277
-#define ARITH_UNARYMINUS 278
-#define ARITH_UNARYPLUS 279
-#define ARITH_NOT 280
-#define ARITH_BNOT 281
-
static void expari (int);
#endif
@@ -12754,7 +12728,7 @@ findvar(struct var **vpp, const char *name)
/*
* Copyright (c) 1999 Herbert Xu <herbert@debian.org>
* This file contains code for the times builtin.
- * $Id: ash.c,v 1.26 2001/10/18 04:11:38 andersen Exp $
+ * $Id: ash.c,v 1.27 2001/10/19 00:08:17 andersen Exp $
*/
static int timescmd (int argc, char **argv)
{