diff options
author | Frans Englich <frans.englich@nokia.com> | 2009-08-24 10:07:35 (GMT) |
---|---|---|
committer | Frans Englich <frans.englich@nokia.com> | 2009-08-24 12:53:31 (GMT) |
commit | 33e613b22c06ca5485c7a549cdd1c85b4a59236a (patch) | |
tree | 927fe2b0db23142870069101cad1cc069352e9de /src/testlib | |
parent | 5253fce55b1c09051635969661e5576f1bdb2b5b (diff) | |
download | Qt-33e613b22c06ca5485c7a549cdd1c85b4a59236a.zip Qt-33e613b22c06ca5485c7a549cdd1c85b4a59236a.tar.gz Qt-33e613b22c06ca5485c7a549cdd1c85b4a59236a.tar.bz2 |
Remove dead code.
Addresses review comment.
Diffstat (limited to 'src/testlib')
-rw-r--r-- | src/testlib/qtestcase.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/testlib/qtestcase.cpp b/src/testlib/qtestcase.cpp index 9a09c19..e0667bb 100644 --- a/src/testlib/qtestcase.cpp +++ b/src/testlib/qtestcase.cpp @@ -1659,10 +1659,8 @@ int QTest::qExec(QObject *testObject, int argc, char **argv) IOPMAssertionRelease(powerID); } #endif -//# ifdef Q_OS_WIN - // rethrow exception to make debugging easier + // Rethrow exception to make debugging easier. throw; -//# endif return 1; } # endif |