summaryrefslogtreecommitdiffstats
path: root/call/call.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2016-02-12 17:09:42 +0100
committerRalf Baechle <ralf@linux-mips.org>2016-02-12 17:09:42 +0100
commit73dcd18e9d692662837088fcfd80c5a632915326 (patch)
treeb318b5ea0d56fd5e4bb8b3a681900aebb5a1209a /call/call.c
parent48c256f2799e4c31bc1752504436aa94601cea05 (diff)
call: Remove unused definition of MAXCMDLEN.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'call/call.c')
-rw-r--r--call/call.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/call/call.c b/call/call.c
index 021d1d5..1d18bdc 100644
--- a/call/call.c
+++ b/call/call.c
@@ -448,7 +448,6 @@ static const char *rkey_words[] = {
*/
"\0"
};
-#define MAXCMDLEN 10
static void convert_cr_lf(char *buf, int len)
{