From fc5829efdf58a2cf6dd1e3eedf91548497e9dab2 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 12 Jul 2021 13:20:34 +0200 Subject: [PATCH] git-hooks: pre-commit: clean up not needed tweak of the perl library path This was copied from core.git, but it's not relevant for online.git. Signed-off-by: Miklos Vajna Change-Id: I8b9c0c3039e55dee46f30dc1afc8276f7bbd55c9 --- .git-hooks/pre-commit | 3 --- 1 file changed, 3 deletions(-) diff --git a/.git-hooks/pre-commit b/.git-hooks/pre-commit index 255de74083..8306c84e69 100755 --- a/.git-hooks/pre-commit +++ b/.git-hooks/pre-commit @@ -6,9 +6,6 @@ # if it wants to stop the commit. use strict; -use lib "solenv/clang-format"; -#use File::Copy; -#use Cwd; $ENV{LC_ALL} = "C";