getting rid of unused local variable

This commit is contained in:
Ken Conley 2009-10-15 22:44:47 +00:00
parent 99c6187c69
commit ec1f7e604d
1 changed files with 0 additions and 1 deletions

View File

@ -196,7 +196,6 @@ def _load_pkg(ctx, pkg):
## utility for initializing WtfContext state
## @throws WtfException: if context state cannot be initialized
def _load_stack(ctx, stack):
loaded = False
try:
ctx.stack = stack
ctx.stacks = [stack] + roslib.rospack.rosstack_depends(stack)