From b99599b4f48325e104704eb8f077b81e938f50c7 Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Thu, 27 Jan 2022 16:41:54 +0000 Subject: unposted: vcs_info quilt: Remove a no-op variable assignment --- Functions/VCS_Info/VCS_INFO_quilt | 1 - 1 file changed, 1 deletion(-) (limited to 'Functions/VCS_Info') diff --git a/Functions/VCS_Info/VCS_INFO_quilt b/Functions/VCS_Info/VCS_INFO_quilt index 264dbed0e..06feb4cce 100644 --- a/Functions/VCS_Info/VCS_INFO_quilt +++ b/Functions/VCS_Info/VCS_INFO_quilt @@ -133,7 +133,6 @@ function VCS_INFO_quilt-patch2subject() { # This zstyle call needs to be moved further up if `quilt' needs # to be run in more places than this one. zstyle -s "${context}" quiltcommand quiltcommand || quiltcommand='quilt' - quilt_env=() if [ -z "$patches" ]; then zstyle -s "${context}" quilt-patch-dir patches || patches="${QUILT_PATCHES}" if [[ "${patches}" != /* ]]; then -- cgit 1.4.1