From 91787d1ba15055c78a8f9bead043029b157bc3fe Mon Sep 17 00:00:00 2001
From: Martin Nilsson <nilsson@opera.com>
Date: Mon, 14 May 2012 13:38:12 +0200
Subject: [PATCH] Remove duplicate definition.

---
 src/operators.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/operators.c b/src/operators.c
index a325180f40..b5c1a531a0 100644
--- a/src/operators.c
+++ b/src/operators.c
@@ -39,10 +39,6 @@
 #define OP_MODULO_BY_ZERO_ERROR(FUNC) \
      math_error(FUNC, sp-2, 2, 0, "Modulo by zero.\n")
 
-    /* These calculations should always give some margin based on the size. */
-    /* One extra char for the sign. */
-#define MAX_INT_SPRINTF_LEN (1 + (SIZEOF_INT_TYPE * 5 + 1) / 2)
-
 /* The destructive multiset merge code is broken.
  * l->msd gets -1 refs.
  *
-- 
GitLab