Removed unused var from InventoryService.cs (-1 warning)

slimupdates
AlexRa 2010-04-27 10:53:54 +03:00
parent b9c6ee6eb2
commit 423ff3b94b
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ namespace OpenSim.Services.InventoryService
{ {
existingRootFolder = GetRootFolder(user); existingRootFolder = GetRootFolder(user);
} }
catch (Exception e) catch /*(Exception e)*/
{ {
// Munch the exception, it has already been reported // Munch the exception, it has already been reported
// //