diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-11-23 20:47:09 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-11-23 21:31:24 +0000 |
commit | fd42503ae8bccf7a49969edab18b40b1daf1938e (patch) | |
tree | db1e0069147136a68974b5c4382a786813b4320c /xmlsecurity/tools | |
parent | 13a9a1c2f1f138e4432c9a72c5bb47cfc8afe879 (diff) |
cppcheck: dstFile' is never used
Diffstat (limited to 'xmlsecurity/tools')
-rw-r--r-- | xmlsecurity/tools/standalone/mscsfit/verifier.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmlsecurity/tools/standalone/mscsfit/verifier.cxx b/xmlsecurity/tools/standalone/mscsfit/verifier.cxx index c66233eebdf6..149923742fa6 100644 --- a/xmlsecurity/tools/standalone/mscsfit/verifier.cxx +++ b/xmlsecurity/tools/standalone/mscsfit/verifier.cxx @@ -58,7 +58,6 @@ int SAL_CALL main( int argc, char **argv ) xmlChar* uriValue ; OUString* uri = NULL ; Reference< XUriBinding > xUriBinding ; - FILE* dstFile = NULL ; if( argc !=3 && argc != 4 ) { fprintf( stderr, "Usage: %s <file_url> <rdb file>\n" , argv[0] ) ; |