Skip to content

Commit

Permalink
[PATCH] cris: kgdb: remove double_this()
Browse files Browse the repository at this point in the history
Doesn't make much sense and unused.

Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
Cc: Mikael Starvik <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Alexey Dobriyan authored and Linus Torvalds committed Jan 6, 2006
1 parent b14a72d commit 118c1f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions arch/cris/arch-v10/kernel/kgdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,12 +569,6 @@ gdb_cris_strtol (const char *s, char **endptr, int base)
return x;
}

int
double_this(int x)
{
return 2 * x;
}

/********************************* Register image ****************************/
/* Copy the content of a register image into another. The size n is
the size of the register image. Due to struct assignment generation of
Expand Down

0 comments on commit 118c1f2

Please sign in to comment.