Skip to content

Commit

Permalink
Remove GC.Collect from WinRT Navigation. Resolves #112
Browse files Browse the repository at this point in the history
  • Loading branch information
nigel-sampson committed Mar 10, 2015
1 parent a4b7a0c commit a64c06c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Caliburn.Micro.Platform/win8/INavigationService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ protected virtual void BindViewModel(DependencyObject view) {
if (activator != null) {
activator.Activate();
}

GC.Collect(); // Why?
}

/// <summary>
Expand Down

0 comments on commit a64c06c

Please sign in to comment.