Remove out-of-date TODO

This commit is contained in:
Jeffrey Pfau 2014-07-07 03:00:58 -07:00
parent a450b0470a
commit ea656f188e
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ void ARMDeinit(struct ARMCore* cpu) {
}
void ARMSetComponents(struct ARMCore* cpu, struct ARMComponent* master, int extra, struct ARMComponent** extras) {
// TODO: Call init/deinit
cpu->master = master;
cpu->numComponents = extra;
cpu->components = extras;