Eliminate Scalar::Util usage from private-Error.pm
[gitweb.git] / git-fmt-merge-msg.perl
index a9805dd5119540df40cd08b27d9de35909e1fffc..f86231e14b0bf0d16ae3ac7978b824b3a994d359 100755 (executable)
@@ -5,11 +5,6 @@
 # Read .git/FETCH_HEAD and make a human readable merge message
 # by grouping branches and tags together to form a single line.
 
-BEGIN {
-       unless (exists $ENV{'RUNNING_GIT_TESTS'}) {
-               unshift @INC, '@@INSTLIBDIR@@';
-       }
-}
 use strict;
 use Git;
 use Error qw(:try);