Code

gitk: Fix bug in accessing undefined "notflag" variable
authorPaul Mackerras <paulus@samba.org>
Mon, 1 Dec 2008 22:17:46 +0000 (09:17 +1100)
committerPaul Mackerras <paulus@samba.org>
Mon, 1 Dec 2008 22:28:06 +0000 (09:28 +1100)
commit6e7e87c762fb0d8aa21c96c1d2c4596e46f2ab7b
treee3a6ecf872be31310a7d2e8b78e505fbf4be79e9
parent8b39e04f39c287d8c66b24cc4f6c72916831455c
gitk: Fix bug in accessing undefined "notflag" variable

As pointed out by Johannes Sixt and Alexander Gavrilov, commit
2958228430b63f2e38c55519d1f98d8d6d9e23f3 ("gitk: Fix switch statement
in parseviewargs") exposed a latent bug in that $notflag was never
initialized.  Since it isn't used either, this removes it entirely.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk