瀏覽代碼

Unused variable (introduced by 7861d4c8)

Source commit: b8d4aaa87fc43e27f4856ead2d93b188040f3911
Martin Prikryl 6 年之前
父節點
當前提交
dc142dfa65
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      source/core/HierarchicalStorage.cpp

+ 0 - 1
source/core/HierarchicalStorage.cpp

@@ -365,7 +365,6 @@ void __fastcall THierarchicalStorage::RecursiveDeleteSubKey(const UnicodeString
   bool CanWriteParent = CanWrite();
   if (OpenSubKey(Key, false))
   {
-    bool CanWriteKey = CanWrite();
     ClearSubKeys();
 
     // Cannot delete the key itself, but can delete its contents, so at least delete the values