Fix warning

This commit is contained in:
Hylke Bons 2011-12-25 20:32:39 +01:00
parent b391fd0a44
commit b84b6ba499

View file

@ -248,14 +248,14 @@ namespace SparkleLib {
// Removes unneeded objects
private void CollectGarbage ()
/* private void CollectGarbage ()
{
SparkleGit git = new SparkleGit (LocalPath, "gc");
git.Start ();
git.WaitForExit ();
SparkleHelpers.DebugInfo ("Git", "[" + Name + "] Garbage collected.");
}
} */
// Commits the made changes