mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove the unused PipelineExitType enum.
This commit is contained in:
parent
7d3f7220f7
commit
28f5d54334
1 changed files with 0 additions and 8 deletions
|
@ -517,11 +517,3 @@ impl fmt::Display for PipelineId {
|
|||
|
||||
#[derive(Clone, PartialEq, Eq, Copy, Hash, Debug, Deserialize, Serialize, HeapSizeOf)]
|
||||
pub struct SubpageId(pub u32);
|
||||
|
||||
// The type of pipeline exit. During complete shutdowns, pipelines do not have to
|
||||
// release resources automatically released on process termination.
|
||||
#[derive(Copy, Clone, Debug, Deserialize, Serialize)]
|
||||
pub enum PipelineExitType {
|
||||
PipelineOnly,
|
||||
Complete,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue