Remove the unused PipelineExitType enum.

This commit is contained in:
Ms2ger 2015-11-05 16:32:23 +01:00
parent 7d3f7220f7
commit 28f5d54334

View file

@ -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,
}