mirror of https://github.com/BOINC/boinc.git
client: Fix compiler warning generated by above checkin
svn path=/trunk/boinc/; revision=25204
This commit is contained in:
parent
ea35d7df5c
commit
659fb8ceb0
|
@ -1360,3 +1360,8 @@ David 5 Feb 2012
|
||||||
acct_mgr.cpp
|
acct_mgr.cpp
|
||||||
cs_files.cpp
|
cs_files.cpp
|
||||||
|
|
||||||
|
Charlie 6 Feb 2012
|
||||||
|
- client: Fix compiler warning generated by above checkin.
|
||||||
|
|
||||||
|
client/
|
||||||
|
pers_file_xfer.cpp
|
||||||
|
|
|
@ -173,8 +173,6 @@ int PERS_FILE_XFER::create_xfer() {
|
||||||
// Return true if it finished
|
// Return true if it finished
|
||||||
//
|
//
|
||||||
bool PERS_FILE_XFER::poll() {
|
bool PERS_FILE_XFER::poll() {
|
||||||
int retval;
|
|
||||||
|
|
||||||
if (pers_xfer_done) {
|
if (pers_xfer_done) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue