changeset 39112:62e78104251e

pygnulib: deprecate unused variable
author Dmitry Selyutin <ghostmansd@gmail.com>
date Fri, 29 Jun 2018 10:04:59 +0300
parents 3b220bf31e58
children cb906289b04e
files pygnulib.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/pygnulib.py	Fri Jun 29 01:45:09 2018 +0300
+++ b/pygnulib.py	Fri Jun 29 10:04:59 2018 +0300
@@ -465,10 +465,6 @@
         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)