- client: anon plaform app versions can specify coprocs

svn path=/trunk/boinc/; revision=17510
This commit is contained in:
David Anderson 2009-03-05 18:23:54 +00:00
parent ffb1a1636e
commit e268dd735a
2 changed files with 6 additions and 6 deletions

View File

@ -2706,3 +2706,9 @@ David 5 Mar 2009
clientgui/
ViewWork.cpp
David 5 Mar 2009
- client: anon plaform app versions can specify coprocs
client/
cs_statefile.cpp

View File

@ -766,12 +766,6 @@ int CLIENT_STATE::parse_app_info(PROJECT* p, FILE* in) {
delete avp;
continue;
}
if (avp->coprocs.coprocs.size()) {
msg_printf(p, MSG_USER_ERROR,
"app_info.xml may specify only CPU applications"
);
continue;
}
if (strlen(avp->platform) == 0) {
strcpy(avp->platform, get_primary_platform());
}