From 52a98e32b6f143610dc2dd960ede86d4205a6331 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 12 Feb 2025 19:17:29 +0800 Subject: git_misc.go: Remove err_unsafe_path as unused --- git_misc.go | 1 - 1 file changed, 1 deletion(-) diff --git a/git_misc.go b/git_misc.go index 2d4c4d3..c153534 100644 --- a/git_misc.go +++ b/git_misc.go @@ -13,7 +13,6 @@ import ( ) var ( - err_unsafe_path = errors.New("Unsafe path") err_getting_commit_tree = errors.New("Error getting commit tree") err_getting_patch_of_commit = errors.New("Error getting patch of commit") err_getting_parent_commit_object = errors.New("Error getting parent commit object") -- cgit v1.2.3