VirtualBox

Changeset 934 in kBuild for trunk


Ignore:
Timestamp:
May 25, 2007 11:29:40 PM (18 years ago)
Author:
bird
Message:

Removed assert, it's not right.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmakenew/file.c

    r921 r934  
    781781#ifdef CONFIG_WITH_EXPLICIT_MULTITARGET
    782782  if (file->multi_head)
    783     {
    784       assert (file == file->multi_head);
    785       for (file = file->multi_head; file != 0; file = file->multi_next)
    786         file->command_state = state;
    787     }
     783    for (file = file->multi_head; file != 0; file = file->multi_next)
     784      file->command_state = state;
    788785#endif
    789786}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette