Skip to content

Commit

Permalink
Merge pull request #59 from tylermercier/master
Browse files Browse the repository at this point in the history
Remove suo file.
  • Loading branch information
smsohan committed Sep 26, 2012
2 parents 2aa8868 + f0cc402 commit 6454b61
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mvc.Mailer/LinkedResourceProvider.cs
Expand Up @@ -19,7 +19,6 @@ public class LinkedResourceProvider : ILinkedResourceProvider {
}

public virtual ContentType GetContentType(string fileName) {
// Tyler: Possible null reference
var ext = System.IO.Path.GetExtension(fileName).ToLower();

var regKey = Microsoft.Win32.Registry.ClassesRoot.OpenSubKey(ext);
Expand Down
Binary file removed MvcMailer.suo
Binary file not shown.

0 comments on commit 6454b61

Please sign in to comment.