From 19c8b6ed1d3b58cc4cf50b55bd0ab85d4c6880cd Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sat, 11 Nov 2017 07:47:52 -0500 Subject: [PATCH] cleanup --- ofborg/src/bin/builder.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ofborg/src/bin/builder.rs b/ofborg/src/bin/builder.rs index da65d02..5df61bf 100644 --- a/ofborg/src/bin/builder.rs +++ b/ofborg/src/bin/builder.rs @@ -2,14 +2,12 @@ extern crate ofborg; extern crate amqp; extern crate env_logger; -use std::{thread, time}; use std::env; use std::path::Path; use amqp::Basic; use amqp::Session; use amqp::Table; -use std::process; use ofborg::config; use ofborg::checkout;