You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/09/01 04:30:34 UTC

[4/7] wp7 commit: removed warning, unused var

removed warning, unused var


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/commit/e4126b27
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/tree/e4126b27
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/diff/e4126b27

Branch: refs/heads/master
Commit: e4126b27dca1250f08a5f1978f281c5afdad16b3
Parents: a50bcbb
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri Aug 31 17:40:17 2012 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri Aug 31 17:40:17 2012 -0700

----------------------------------------------------------------------
 templates/standalone/cordovalib/Commands/File.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-wp7/blob/e4126b27/templates/standalone/cordovalib/Commands/File.cs
----------------------------------------------------------------------
diff --git a/templates/standalone/cordovalib/Commands/File.cs b/templates/standalone/cordovalib/Commands/File.cs
index cbfc314..bc1d501 100644
--- a/templates/standalone/cordovalib/Commands/File.cs
+++ b/templates/standalone/cordovalib/Commands/File.cs
@@ -350,7 +350,7 @@ namespace WP7CordovaClassLib.Cordova.Commands
                     {
                         this.FullPath = filePath;// new Uri(filePath).LocalPath;
                     }
-                    catch (Exception ex)
+                    catch (Exception)
                     {
                           
                     }