2009-08-08 Aleksandar Ristovski <aristovski@qnx.com>

Hui Zhu  <teawater@gmail.com>

	* record.c (record_store_registers): Remove unused variable.
This commit is contained in:
Hui Zhu 2009-08-08 01:57:44 +00:00
parent e7e75368a3
commit 280d8011ec
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-08-08 Aleksandar Ristovski <aristovski@qnx.com>
Hui Zhu <teawater@gmail.com>
* record.c (record_store_registers): Remove unused variable.
2009-08-07 Tom Tromey <tromey@redhat.com>
* language.c (set_language_command): Strip whitespace.

View File

@ -959,7 +959,6 @@ record_store_registers (struct target_ops *ops, struct regcache *regcache,
if (RECORD_IS_REPLAY)
{
int n;
struct cleanup *old_cleanups;
/* Let user choose if he wants to write register or not. */
if (regno < 0)