diff options
author | Joe Wilm <joe@jwilm.com> | 2017-07-03 19:43:44 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2017-07-03 19:45:21 -0700 |
commit | 08b5ae52c1c7dc3587ad31eee3036b58c3df394d (patch) | |
tree | 44243738df269be71ced9971c31404d7b52baffb /src/lib.rs | |
parent | 32dfddb91d30bd6d0e85512433da98c1bb036093 (diff) | |
download | alacritty-08b5ae52c1c7dc3587ad31eee3036b58c3df394d.tar.gz alacritty-08b5ae52c1c7dc3587ad31eee3036b58c3df394d.zip |
Revert "Reduce InstanceData footprint"
This reverts commit 3cdba291242cc1c1684bff7f8242262b1cdeb582.
On some systems, the target commit actually caused a massive performance
issue rather than fixing one.
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |