aboutsummaryrefslogtreecommitdiffstats
path: root/components/msg/constellation_msg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/msg/constellation_msg.rs')
-rw-r--r--components/msg/constellation_msg.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/components/msg/constellation_msg.rs b/components/msg/constellation_msg.rs
index 98fdcc052fb..26fcb842d0e 100644
--- a/components/msg/constellation_msg.rs
+++ b/components/msg/constellation_msg.rs
@@ -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,
-}