Remove TODO comment that will never be implemented

svn path=/dists/trunk/linux-2.6/; revision=15351
This commit is contained in:
Ben Hutchings 2010-03-11 00:57:45 +00:00
parent ad583d4ec9
commit a87ba5e96a
1 changed files with 1 additions and 3 deletions

View File

@ -1525,9 +1525,7 @@ sub transition {
($ret, $answer) = get($question);
die "Error retrieving answer for $question: $answer" if $ret;
if ($answer ne 'true') {
# TODO: go back to the auto/manual question or allow editing the plan
} else {
if ($answer eq 'true') {
set_new_ids();
update_config();
}