Removed *Handle typedef

This commit is contained in:
Tatsuhiro Tsujikawa 2012-09-28 23:27:46 +09:00
parent 1c57a3ff9f
commit 3258614033
130 changed files with 229 additions and 389 deletions

View file

@ -54,8 +54,6 @@ public:
DownloadEngine* e);
};
typedef SharedHandle<StreamCheckIntegrityEntry> StreamCheckIntegrityEntryHandle;
} // namespace aria2
#endif // D_STREAM_CHECK_INTEGRITY_ENTRY_H