Remove unused variable.

This commit is contained in:
Josh Durgin 2011-07-11 17:39:10 -07:00
parent e69cf0b1b7
commit c53615ce67

View File

@ -182,7 +182,6 @@ Lock, unlock, or query lock status of machines.
machines_to_update = []
if ctx.targets:
config = {}
try:
with file(ctx.targets) as f:
g = yaml.safe_load_all(f)