From 85a762a31ad4a8f4c108ba1969f5b16b84a24b15 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Thu, 5 Nov 2015 16:29:07 +0100 Subject: Remove the unused PipelineExitType field from ConstellationControlMsg::ExitPipeline. --- components/script/script_task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/script_task.rs') diff --git a/components/script/script_task.rs b/components/script/script_task.rs index 3949f7f2b8a..d463d1d8107 100644 --- a/components/script/script_task.rs +++ b/components/script/script_task.rs @@ -839,7 +839,7 @@ impl ScriptTask { let result = self.profile_event(category, move || { match msg { - MixedMessage::FromConstellation(ConstellationControlMsg::ExitPipeline(id, _)) => { + MixedMessage::FromConstellation(ConstellationControlMsg::ExitPipeline(id)) => { if self.handle_exit_pipeline_msg(id) { return Some(false) } -- cgit v1.2.3