浏览代码

Unused variable (since 8ce20a988)

Source commit: 05b1967c46820caf7aa1136b7af705deb1b07474
Martin Prikryl 6 年之前
父节点
当前提交
3151dea0b1
共有 1 个文件被更改,包括 0 次插入1 次删除
  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
   {
     char * AlgorithmStr = NULL;
-    int PublicKeyLen = 0;
     char * CommentStr = NULL;
     const char * ErrorStr = NULL;
     strbuf * PublicKeyBuf = strbuf_new();