From 08b5ae52c1c7dc3587ad31eee3036b58c3df394d Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Mon, 3 Jul 2017 19:43:44 -0700 Subject: Revert "Reduce InstanceData footprint" This reverts commit 3cdba291242cc1c1684bff7f8242262b1cdeb582. On some systems, the target commit actually caused a massive performance issue rather than fixing one. --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 0786013e..684e89af 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -38,7 +38,6 @@ extern crate errno; extern crate fnv; extern crate font; extern crate glutin; -extern crate half; extern crate libc; extern crate mio; extern crate notify; -- cgit v1.2.3-54-g00ecf