« Previous | Next » 

Revision f5fab862

IDf5fab862b2cb28dcc70a6ae4c906c6935ead216c

Added by Iustin Pop over 12 years ago

Further cleanup after multi-evacuate removal

Commit f0edfcf6 removed the parsing of multi-evacuate result, but the
code went from:

if mode in (multi-evac, relocate):

if mode relocate:

to:

if mode  relocate:

if mode == relocate

This patch simply removes the nested if.

Signed-off-by: Iustin Pop <>
Reviewed-by: Guido Trotter <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences