Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
cortexm-helper.c: remove useless devices list
Browse files Browse the repository at this point in the history
- the not used MCU list fails buld on Linux; removed
  • Loading branch information
ilg-ul committed Aug 1, 2015
1 parent bef3e5f commit 3ce3480
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hw/arm/cortexm-helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,6 @@ bool cm_board_help_func(const char *name)
return false;
}

GSList *list;

list = object_class_get_list(TYPE_CORTEXM_MCU, false);

printf("\nSupported boards:\n");

GSList *el, *machines = object_class_get_list(TYPE_MACHINE, false);
Expand Down

0 comments on commit 3ce3480

Please sign in to comment.