Browse Source

Unused variable (since 8ce20a988)

Source commit: 05b1967c46820caf7aa1136b7af705deb1b07474
Martin Prikryl 6 years ago
parent
commit
3151dea0b1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      source/core/PuttyIntf.cpp

+ 0 - 1
source/core/PuttyIntf.cpp

@@ -694,7 +694,6 @@ RawByteString LoadPublicKey(const UnicodeString & FileName, UnicodeString & Algo
   try
   try
   {
   {
     char * AlgorithmStr = NULL;
     char * AlgorithmStr = NULL;
-    int PublicKeyLen = 0;
     char * CommentStr = NULL;
     char * CommentStr = NULL;
     const char * ErrorStr = NULL;
     const char * ErrorStr = NULL;
     strbuf * PublicKeyBuf = strbuf_new();
     strbuf * PublicKeyBuf = strbuf_new();