Remove the pointless StorageThread alias.

This commit is contained in:
Ms2ger 2016-05-20 13:11:36 +02:00
parent bcea0ada27
commit 0071b45449
4 changed files with 10 additions and 15 deletions

View file

@ -38,8 +38,3 @@ pub enum StorageThreadMsg {
/// shut down this thread
Exit
}
/// Handle to a storage thread
pub type StorageThread = IpcSender<StorageThreadMsg>;