From d6aa805bc8dcb2c2bd17e5439a4c3becf941e5dc Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Sun, 11 Feb 2007 21:35:34 +0100 Subject: [PATCH] get rid of unused variable --- p4-fast-export.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/p4-fast-export.py b/p4-fast-export.py index 9895138..61b9e67 100755 --- a/p4-fast-export.py +++ b/p4-fast-export.py @@ -50,7 +50,6 @@ revision = "" users = {} initialParent = "" lastChange = "" -lastCommitter = "" initialTag = "" if prefix.find("@") != -1: @@ -98,7 +97,6 @@ def commit(details): global initialParent global users global lastChange - global lastCommitter epoch = details["time"] author = details["user"] @@ -153,7 +151,6 @@ def commit(details): gitStream.write("\n") lastChange = details["change"] - lastCommitter = committer def getUserMap(): users = {} -- 2.11.0