about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2022-01-27 16:41:54 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2022-01-27 17:34:57 +0000
commitb99599b4f48325e104704eb8f077b81e938f50c7 (patch)
tree612c1235ae14b3b1e8cd95115dcd9cf6ad6900d6 /Functions
parent8460d75869fcddaaa2a6beed9b4d78c60a9fed19 (diff)
downloadzsh-b99599b4f48325e104704eb8f077b81e938f50c7.tar.gz
zsh-b99599b4f48325e104704eb8f077b81e938f50c7.tar.xz
zsh-b99599b4f48325e104704eb8f077b81e938f50c7.zip
unposted: vcs_info quilt: Remove a no-op variable assignment
Diffstat (limited to 'Functions')
-rw-r--r--Functions/VCS_Info/VCS_INFO_quilt1
1 files changed, 0 insertions, 1 deletions
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