hacking: remove unused variable author_tag_re

Commit 571893ab42 removed the hacking
check rule, but forgot variable author_tag_re. Let's remove it.

Change-Id: I39022ac8d3dbfcc0e947f782749325434e6769fd
This commit is contained in:
ChangBo Guo(gcb) 2015-05-10 18:53:45 +08:00
parent 7b21fe395b
commit 7ce9f19e49
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@ virt_import_re = re.compile(
r"^\s*(?:import|from) nova\.(?:tests\.)?virt\.(\w+)")
virt_config_re = re.compile(
r"CONF\.import_opt\('.*?', 'nova\.virt\.(\w+)('|.)")
author_tag_re = (re.compile("^\s*#\s*@?(a|A)uthor:"),
re.compile("^\.\.\s+moduleauthor::"))
asse_trueinst_re = re.compile(
r"(.)*assertTrue\(isinstance\((\w|\.|\'|\"|\[|\])+, "
"(\w|\.|\'|\"|\[|\])+\)\)")