[PATCH] cris: kgdb: remove double_this()
Doesn't make much sense and unused. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: Mikael Starvik <starvik@axis.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Родитель
b14a72d6cb
Коммит
118c1f27b8
|
@ -569,12 +569,6 @@ gdb_cris_strtol (const char *s, char **endptr, int base)
|
||||||
return x;
|
return x;
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
|
||||||
double_this(int x)
|
|
||||||
{
|
|
||||||
return 2 * x;
|
|
||||||
}
|
|
||||||
|
|
||||||
/********************************* Register image ****************************/
|
/********************************* Register image ****************************/
|
||||||
/* Copy the content of a register image into another. The size n is
|
/* 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
|
the size of the register image. Due to struct assignment generation of
|
||||||
|
|
Загрузка…
Ссылка в новой задаче