client: Fix compiler warning generated by above checkin

svn path=/trunk/boinc/; revision=25204
This commit is contained in:
Charlie Fenton 2012-02-06 08:24:21 +00:00
parent ea35d7df5c
commit 659fb8ceb0
2 changed files with 5 additions and 2 deletions

View File

@ -1360,3 +1360,8 @@ David 5 Feb 2012
acct_mgr.cpp
cs_files.cpp
Charlie 6 Feb 2012
- client: Fix compiler warning generated by above checkin.
client/
pers_file_xfer.cpp

View File

@ -173,8 +173,6 @@ int PERS_FILE_XFER::create_xfer() {
// Return true if it finished
//
bool PERS_FILE_XFER::poll() {
int retval;
if (pers_xfer_done) {
return false;
}