mirror of https://github.com/aria2/aria2
2009-07-03 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Removed unused variable/function. * src/PeerStat.hpull/1/head
parent
e72c67a7ec
commit
b46cf94601
|
@ -1,3 +1,8 @@
|
||||||
|
2009-07-03 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Removed unused variable/function.
|
||||||
|
* src/PeerStat.h
|
||||||
|
|
||||||
2009-07-03 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2009-07-03 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Show first URL in Download Results if file path is not available.
|
Show first URL in Download Results if file path is not available.
|
||||||
|
|
|
@ -50,7 +50,6 @@ public:
|
||||||
enum STATUS {
|
enum STATUS {
|
||||||
IDLE,
|
IDLE,
|
||||||
ACTIVE,
|
ACTIVE,
|
||||||
REQUEST_IDLE,
|
|
||||||
};
|
};
|
||||||
private:
|
private:
|
||||||
cuid_t cuid;
|
cuid_t cuid;
|
||||||
|
@ -158,10 +157,6 @@ public:
|
||||||
status = PeerStat::IDLE;
|
status = PeerStat::IDLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void requestIdle() {
|
|
||||||
status = PeerStat::REQUEST_IDLE;
|
|
||||||
}
|
|
||||||
|
|
||||||
const Time& getDownloadStartTime() const {
|
const Time& getDownloadStartTime() const {
|
||||||
return downloadStartTime;
|
return downloadStartTime;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue