mirror of https://github.com/BOINC/boinc.git
- client: remove accidental debug stuff
svn path=/trunk/boinc/; revision=15669
This commit is contained in:
parent
7686a1ca16
commit
cd2c51770f
|
@ -41,6 +41,7 @@
|
|||
#include <unistd.h>
|
||||
#include <cerrno>
|
||||
#include <sys/stat.h>
|
||||
#include <string>
|
||||
#endif
|
||||
|
||||
#ifdef __EMX__
|
||||
|
|
|
@ -235,7 +235,7 @@ int CLIENT_STATE::init() {
|
|||
for (i=0; i<strs.size(); i++) {
|
||||
msg_printf(NULL, MSG_INFO, strs[i].c_str());
|
||||
}
|
||||
#if 1
|
||||
#if 0
|
||||
fake_cuda(coprocs, 2);
|
||||
#endif
|
||||
if (coprocs.coprocs.size() == 0) {
|
||||
|
|
Loading…
Reference in New Issue