changeset 30617:32a07b8a9f77

convert: remove unused-but-set variable introduced in db9e883566e8 Spotted by pyflakes.
author Yuya Nishihara <yuya@tcha.org>
date Sun, 18 Dec 2016 16:20:04 +0900
parents 6f9fcd29e290
children 201b44c8875c
files hgext/convert/p4.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/convert/p4.py	Sat Dec 17 20:24:46 2016 +0530
+++ b/hgext/convert/p4.py	Sun Dec 18 16:20:04 2016 +0900
@@ -302,8 +302,6 @@
         `p4 describe` output
         """
         desc = self.recode(obj.get("desc", ""))
-        shortdesc = desc.split("\n", 1)[0]
-
         date = (int(obj["time"]), 0)     # timezone not set
         if parents is None:
             parents = []