aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorAlexRa2010-04-27 10:53:54 +0300
committerAlexRa2010-04-28 11:47:03 +0300
commit423ff3b94bbbace7092f110b51d8723f7fc25713 (patch)
tree7d13fe8fc5ea22cfc8f5bc878e9e6406339af173 /OpenSim
parentremoved from git *.VisualState.xml (automatically created by NUnit) (diff)
downloadopensim-SC_OLD-423ff3b94bbbace7092f110b51d8723f7fc25713.zip
opensim-SC_OLD-423ff3b94bbbace7092f110b51d8723f7fc25713.tar.gz
opensim-SC_OLD-423ff3b94bbbace7092f110b51d8723f7fc25713.tar.bz2
opensim-SC_OLD-423ff3b94bbbace7092f110b51d8723f7fc25713.tar.xz
Removed unused var from InventoryService.cs (-1 warning)
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Services/InventoryService/InventoryService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/InventoryService/InventoryService.cs b/OpenSim/Services/InventoryService/InventoryService.cs
index 0d6577e..fbcd663 100644
--- a/OpenSim/Services/InventoryService/InventoryService.cs
+++ b/OpenSim/Services/InventoryService/InventoryService.cs
@@ -109,7 +109,7 @@ namespace OpenSim.Services.InventoryService
109 { 109 {
110 existingRootFolder = GetRootFolder(user); 110 existingRootFolder = GetRootFolder(user);
111 } 111 }
112 catch (Exception e) 112 catch /*(Exception e)*/
113 { 113 {
114 // Munch the exception, it has already been reported 114 // Munch the exception, it has already been reported
115 // 115 //