]> granicus.if.org Git - vim/commit
patch 8.2.3125: variables are set but not used v8.2.3125
author=?UTF-8?q?Dundar=20G=C3=B6c?= <gocdundar@gmail.com>
Thu, 8 Jul 2021 16:05:00 +0000 (18:05 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 8 Jul 2021 16:05:00 +0000 (18:05 +0200)
commit09f688c33aad9692276dfb68842cf0621a0e2002
tree1952a816ca036465ad290ff4e59d6fe949176b05
parentdeb108ba0a8599c1307ddc1507c73e7b60f17d36
patch 8.2.3125: variables are set but not used

Problem:    Variables are set but not used.
Solution:   Move the declarations to the block where they are used.
            (closes #8527)
src/regexp_nfa.c
src/version.c