summaryrefslogtreecommitdiff
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
parent8460d75869fcddaaa2a6beed9b4d78c60a9fed19 (diff)
downloadzsh-b99599b4f48325e104704eb8f077b81e938f50c7.tar.gz
zsh-b99599b4f48325e104704eb8f077b81e938f50c7.zip
unposted: vcs_info quilt: Remove a no-op variable assignment
-rw-r--r--ChangeLog5
-rw-r--r--Functions/VCS_Info/VCS_INFO_quilt1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 200c28d1d..7441db2df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-01-27 Daniel Shahaf <d.s@daniel.shahaf.name>
+
+ * unposted: Functions/VCS_Info/VCS_INFO_quilt: vcs_info quilt:
+ Remove a no-op variable assignment
+
2022-01-25 Daniel Shahaf <d.s@daniel.shahaf.name>
* 49709: Functions/VCS_Info/Backends/VCS_INFO_get_data_hg:
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