mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove the pointless StorageThread alias.
This commit is contained in:
parent
bcea0ada27
commit
0071b45449
4 changed files with 10 additions and 15 deletions
|
@ -38,8 +38,3 @@ pub enum StorageThreadMsg {
|
|||
/// shut down this thread
|
||||
Exit
|
||||
}
|
||||
|
||||
/// Handle to a storage thread
|
||||
pub type StorageThread = IpcSender<StorageThreadMsg>;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue