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 <unistd.h>
|
||||||
#include <cerrno>
|
#include <cerrno>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#include <string>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __EMX__
|
#ifdef __EMX__
|
||||||
|
|
|
@ -235,7 +235,7 @@ int CLIENT_STATE::init() {
|
||||||
for (i=0; i<strs.size(); i++) {
|
for (i=0; i<strs.size(); i++) {
|
||||||
msg_printf(NULL, MSG_INFO, strs[i].c_str());
|
msg_printf(NULL, MSG_INFO, strs[i].c_str());
|
||||||
}
|
}
|
||||||
#if 1
|
#if 0
|
||||||
fake_cuda(coprocs, 2);
|
fake_cuda(coprocs, 2);
|
||||||
#endif
|
#endif
|
||||||
if (coprocs.coprocs.size() == 0) {
|
if (coprocs.coprocs.size() == 0) {
|
||||||
|
|
Loading…
Reference in New Issue