Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Laval <jeremie.laval@gmail.com>2012-03-07 19:14:33 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-03-07 19:14:33 +0400
commit58461732f900c2420259de17b19a76f043a0966d (patch)
tree490ec38775a2a4e2e1da1dd30a6bd51584af3ca6 /IndexUpdateManager.cs
parentccbf8a9fd9f7197b72f9dfd464a5ae2ae772a3d1 (diff)
[macdoc] don't mask md5sum dict so that it can be serialized back at the end of the process
Diffstat (limited to 'IndexUpdateManager.cs')
-rw-r--r--IndexUpdateManager.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/IndexUpdateManager.cs b/IndexUpdateManager.cs
index 67be753..680fd19 100644
--- a/IndexUpdateManager.cs
+++ b/IndexUpdateManager.cs
@@ -30,7 +30,6 @@ namespace macdoc
public Task<bool> CheckIndexIsFresh ()
{
return Task.Factory.StartNew (() => {
- Dictionary<string, string> md5sums = null;
var path = Path.Combine (baseUserDir, sumFile);
// Two cases can trigger index creation/re-creation: