diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -464,8 +464,6 @@ OptionsCategory::GUI); } -#ifndef BITCOIN_QT_TEST - static void MigrateSettings() { assert(!QApplication::applicationName().isEmpty()); @@ -754,4 +752,3 @@ } return EXIT_FAILURE; } -#endif // BITCOIN_QT_TEST