From: Dmitry Selyutin Date: Fri, 29 Jun 2018 07:04:59 +0000 (+0300) Subject: pygnulib: deprecate unused variable X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=4994423bd0396c4dc11abff08f604d9aaacd047c;p=gnulib.git pygnulib: deprecate unused variable --- diff --git a/pygnulib.py b/pygnulib.py index 471c45f5f1..554fb2fd25 100755 --- a/pygnulib.py +++ b/pygnulib.py @@ -465,10 +465,6 @@ def import_hook(script, gnulib, namespace, explicit, verbosity, options, *args, os.unlink(tmp.name) if config.vc_files: - anchors = { - ".gitignore": "/", - ".cvsignore": "", - } items = collections.defaultdict(list) for path in added_files: (directory, name) = os.path.split(path)