Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
removed warning, unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Sep 1, 2012
1 parent a50bcbb commit e4126b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/standalone/cordovalib/Commands/File.cs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ public FileEntry(string filePath)
{
this.FullPath = filePath;// new Uri(filePath).LocalPath;
}
catch (Exception ex)
catch (Exception)
{

}
Expand Down

0 comments on commit e4126b2

Please sign in to comment.