mirror of
https://github.com/frej/fast-export.git
synced 2025-11-07 19:55:39 +01:00
get rid of unused variable
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user