mirror of https://github.com/python/cpython
removed unused globals
This commit is contained in:
parent
508a092e2e
commit
8460b94b50
|
@ -99,7 +99,7 @@ class Message(rfc822.Message):
|
|||
_prefix = None
|
||||
|
||||
def choose_boundary():
|
||||
global _generation, _prefix, _timestamp
|
||||
global _prefix
|
||||
import time
|
||||
import rand
|
||||
if _prefix == None:
|
||||
|
|
Loading…
Reference in New Issue