diff options
author | fanquake <fanquake@gmail.com> | 2021-03-26 11:05:20 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-03-29 11:12:26 +0800 |
commit | 9ac86bcc0d72cdcecdbf8884a557095bbc3cdc11 (patch) | |
tree | 73ac73651c4921af29a57b468cff42bc92802a1b /src/qt/test/compattests.h | |
parent | de4d3ba43705ea313f92f17295005c371a8d0bd0 (diff) |
test: remove qt byteswap compattests
These were added as part of #9366 to fix issues with Protobuf.
Now that we no-longer use Protobuf, there's no reason to maintain a
duplicate set of byteswap tests for qt.
Diffstat (limited to 'src/qt/test/compattests.h')
-rw-r--r-- | src/qt/test/compattests.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/qt/test/compattests.h b/src/qt/test/compattests.h deleted file mode 100644 index 1af97696b2..0000000000 --- a/src/qt/test/compattests.h +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright (c) 2009-2016 The Bitcoin Core developers -// Distributed under the MIT software license, see the accompanying -// file COPYING or http://www.opensource.org/licenses/mit-license.php. - -#ifndef BITCOIN_QT_TEST_COMPATTESTS_H -#define BITCOIN_QT_TEST_COMPATTESTS_H - -#include <QObject> -#include <QTest> - -class CompatTests : public QObject -{ - Q_OBJECT - -private Q_SLOTS: - void bswapTests(); -}; - -#endif // BITCOIN_QT_TEST_COMPATTESTS_H |