Sfoglia il codice sorgente

Removing unused variable

Josh Engebretson 9 anni fa
parent
commit
cc455f401d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      Source/ToolCore/Command/CacheCmd.h

+ 0 - 1
Source/ToolCore/Command/CacheCmd.h

@@ -63,7 +63,6 @@ private:
 
     bool cleanCache_;
     bool generateCache_;
-    String cachePath_;
 
 };