From c695da871a75bb6786c08c3546ef71ed032bd61d Mon Sep 17 00:00:00 2001 From: Julian T Date: Sat, 13 Feb 2021 19:58:54 +0100 Subject: Fixed test and compile warnings --- src/render/coordinator.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/render/coordinator.rs') diff --git a/src/render/coordinator.rs b/src/render/coordinator.rs index a8d8afb..e2f825b 100644 --- a/src/render/coordinator.rs +++ b/src/render/coordinator.rs @@ -7,8 +7,7 @@ use crate::camera::Film; use crate::core::{Bound2i, Vector2i}; use crate::sample::Sampler; -use std::sync::{Arc, Mutex}; -use std::thread; +use std::sync::{Mutex}; struct Tiler { tilesize: Vector2i, -- cgit v1.2.3