]> git.sur5r.net Git - i3/i3/commitdiff
t/234-layout-restore-output: Remove unused import
authorMats <d912e3@gmail.com>
Wed, 22 Oct 2014 12:08:30 +0000 (14:08 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 23 Oct 2014 20:54:51 +0000 (22:54 +0200)
List::MoreUtils is imported but not used.

testcases/t/234-layout-restore-output.t

index b75f4be5e585bbedf6d20fbd6a2c33c208f27671..12d04b87c3c5cd62cfe34cd3082e835f6b1c0dac 100644 (file)
@@ -19,7 +19,6 @@
 # Bug still in: 4.8-26-gf96ec19
 use i3test;
 use File::Temp qw(tempfile);
-use List::MoreUtils qw(uniq);
 use IO::Handle;
 
 my $ws = fresh_workspace;