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>
|
||||
|
||||
Show first URL in Download Results if file path is not available.
|
||||
|
|
|
@ -50,7 +50,6 @@ public:
|
|||
enum STATUS {
|
||||
IDLE,
|
||||
ACTIVE,
|
||||
REQUEST_IDLE,
|
||||
};
|
||||
private:
|
||||
cuid_t cuid;
|
||||
|
@ -158,10 +157,6 @@ public:
|
|||
status = PeerStat::IDLE;
|
||||
}
|
||||
|
||||
void requestIdle() {
|
||||
status = PeerStat::REQUEST_IDLE;
|
||||
}
|
||||
|
||||
const Time& getDownloadStartTime() const {
|
||||
return downloadStartTime;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue