From e268dd735a9cd332313189dcea8d2490b9ccc667 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 5 Mar 2009 18:23:54 +0000 Subject: [PATCH] - client: anon plaform app versions can specify coprocs svn path=/trunk/boinc/; revision=17510 --- checkin_notes | 6 ++++++ client/cs_statefile.cpp | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/checkin_notes b/checkin_notes index 831acfb099..a45f78ceb1 100644 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/client/cs_statefile.cpp b/client/cs_statefile.cpp index a9ee74b8f2..b643ad5974 100644 --- a/client/cs_statefile.cpp +++ b/client/cs_statefile.cpp @@ -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()); }