diff --git a/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp b/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp index 72e3108..1b2c678 100644 --- a/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp +++ b/trunk/ConsoleDataMigration/ConsoleRestore/Controller.cpp @@ -360,8 +360,10 @@ void CheckConsoleInitialized(::std::vector& message, bool& goNextSt // シリアルナンバーがあるかどうかチェック void CheckExistsSerialNumber(::std::vector& message, bool& goNextStep) { + NN_UNUSED_VAR(message); NN_UNUSED_VAR(goNextStep); + // SDカードにシリアルナンバーがあるか? if (common::ExistsSerialNumberFile()) { @@ -1151,8 +1153,6 @@ void ControlState(::std::vector& operationMessage, bool& nextStep) s_RestoreState = FAIL; } - init = false; - s_RestoreState = CONNECT_ONLY; } break;