mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Removed unused var from InventoryService.cs (-1 warning)
This commit is contained in:
@@ -109,7 +109,7 @@ namespace OpenSim.Services.InventoryService
|
||||
{
|
||||
existingRootFolder = GetRootFolder(user);
|
||||
}
|
||||
catch (Exception e)
|
||||
catch /*(Exception e)*/
|
||||
{
|
||||
// Munch the exception, it has already been reported
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user