Removed unused var from InventoryService.cs (-1 warning)
parent
b9c6ee6eb2
commit
423ff3b94b
|
@ -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
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue