Skip to content

Commit

Permalink
git p4: remove unneeded cmd initialization
Browse files Browse the repository at this point in the history
It confuses pylint, and is never needed.

Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Pete Wyckoff authored and Junio C Hamano committed Nov 26, 2012
1 parent a4e9054 commit 73350fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-p4.py
Original file line number Diff line number Diff line change
Expand Up @@ -3188,7 +3188,6 @@ def main():
printUsage(commands.keys())
sys.exit(2)

cmd = ""
cmdName = sys.argv[1]
try:
klass = commands[cmdName]
Expand Down

0 comments on commit 73350fb

Please sign in to comment.