fileio_t -> struct fileio

Remove useless structure typedef.
This commit is contained in:
Zachary T Welch
2009-11-13 03:08:29 -08:00
parent f59ec2043b
commit 9f212b01be
11 changed files with 40 additions and 41 deletions
+2 -2
View File
@@ -1788,7 +1788,7 @@ COMMAND_HANDLER(handle_etm_image_command)
COMMAND_HANDLER(handle_etm_dump_command)
{
fileio_t file;
struct fileio file;
target_t *target;
struct arm *arm;
etm_context_t *etm_ctx;
@@ -1856,7 +1856,7 @@ COMMAND_HANDLER(handle_etm_dump_command)
COMMAND_HANDLER(handle_etm_load_command)
{
fileio_t file;
struct fileio file;
target_t *target;
struct arm *arm;
etm_context_t *etm_ctx;