about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2016-09-14 03:38:35 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2016-09-16 03:54:18 +0000
commita182afe2f2a8c76c533b199c7da0c8edc6ccc5a5 (patch)
tree21d013b1a9b8f571a9aeefb61810398956414410 /ChangeLog
parentf37fa9293fa128e657d4e124ac1aa25086f65847 (diff)
downloadzsh-a182afe2f2a8c76c533b199c7da0c8edc6ccc5a5.tar.gz
zsh-a182afe2f2a8c76c533b199c7da0c8edc6ccc5a5.tar.xz
zsh-a182afe2f2a8c76c533b199c7da0c8edc6ccc5a5.zip
39310/0009: internals: match_str: Downscope local variable 't'.
Remove needless initialization (it is written to again before it is ever read).

Note there was another 't' variable at the end of the function that shadowed
the int 't'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1d2c02d7..b839a4468 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-09-16  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 39310/0009: Src/Zle/compmatch.c: internals: match_str:
+	Downscope local variable 't'.
+
 	* 39310/0008: Src/Zle/compmatch.c: internals: match_str:
 	Document several local variables.