no message

svn path=/trunk/boinc/; revision=917
This commit is contained in:
Eric Heien 2003-02-14 19:48:49 +00:00
parent b440c13ffa
commit 5cd327f2d6
1 changed files with 0 additions and 4 deletions

View File

@ -135,10 +135,6 @@ FILE_XFER_SET::FILE_XFER_SET(HTTP_OP_SET* p) {
int FILE_XFER_SET::insert(FILE_XFER* fxp) {
int retval;
// record start time.
// This could be made more accurate by omitting the connection
// setup and initial request times.
//
retval = http_ops->insert(fxp);
if (retval) return retval;
file_xfers.push_back(fxp);