From e8f7fccf227a4b3c9fe533cd94e1ffec0107a208 Mon Sep 17 00:00:00 2001 From: Jason McDonald Date: Mon, 7 Nov 2011 15:33:49 +1000 Subject: Cleanup corelib autotests Remove redundant empty constructors, destructors and test functions. Change-Id: Idb51368895e67ec3fc0345a9a5d33d77730c051b Reviewed-by: Rohan McGovern --- tests/auto/corelib/global/qgetputenv/tst_qgetputenv.cpp | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'tests/auto/corelib/global') diff --git a/tests/auto/corelib/global/qgetputenv/tst_qgetputenv.cpp b/tests/auto/corelib/global/qgetputenv/tst_qgetputenv.cpp index 9ad98122bc..cb0ee29017 100644 --- a/tests/auto/corelib/global/qgetputenv/tst_qgetputenv.cpp +++ b/tests/auto/corelib/global/qgetputenv/tst_qgetputenv.cpp @@ -39,7 +39,6 @@ ** ****************************************************************************/ - #include #include @@ -51,14 +50,8 @@ class tst_QGetPutEnv : public QObject { Q_OBJECT - -public: - tst_QGetPutEnv(); - virtual ~tst_QGetPutEnv(); - private slots: void getSetCheck(); -private: }; void tst_QGetPutEnv::getSetCheck() @@ -72,13 +65,5 @@ void tst_QGetPutEnv::getSetCheck() qputenv(varName,QByteArray()); } -tst_QGetPutEnv::tst_QGetPutEnv() -{ -} - -tst_QGetPutEnv::~tst_QGetPutEnv() -{ -} - QTEST_MAIN(tst_QGetPutEnv) #include "tst_qgetputenv.moc" -- cgit v1.2.3