Browse Source

Removing unused variable

Josh Engebretson 8 years ago
parent
commit
cc455f401d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/ToolCore/Command/CacheCmd.h

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

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