diff options
| author | Andre Heinecke <[email protected]> | 2016-08-25 13:00:46 +0000 | 
|---|---|---|
| committer | Andre Heinecke <[email protected]> | 2016-08-25 13:02:11 +0000 | 
| commit | f08904b810d77d87c66d9c7875c4e7f2bde5dd92 (patch) | |
| tree | 12029613e9fa4d47fcc9945b8a359beec23a5216 | |
| parent | qt: Add test for wkspublishjob (diff) | |
| download | gpgme-f08904b810d77d87c66d9c7875c4e7f2bde5dd92.tar.gz gpgme-f08904b810d77d87c66d9c7875c4e7f2bde5dd92.zip | |
qt: Remove unused variable in test
* t-wkspublish.cpp (testWKSPublishCreate): Remove context.
| -rw-r--r-- | lang/qt/tests/t-wkspublish.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/lang/qt/tests/t-wkspublish.cpp b/lang/qt/tests/t-wkspublish.cpp index 7039f3c9..17d3447f 100644 --- a/lang/qt/tests/t-wkspublish.cpp +++ b/lang/qt/tests/t-wkspublish.cpp @@ -39,7 +39,6 @@  #include "importresult.h"  #include "protocol.h"  #include "engineinfo.h" -#include "context.h"  #include "t-support.h" @@ -177,7 +176,6 @@ private:              /* Not supported */              return;          } -        auto ctx = Context::createForProtocol(OpenPGP);          /* First generate a test key */          const QString args = QStringLiteral("<GnupgKeyParms format=\"internal\">\n"                                          "%no-protection\n" | 
