mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
minor: remove some compiler warnings
This commit is contained in:
@@ -101,7 +101,7 @@ namespace OpenSim.Services.Interfaces
|
||||
if (str != string.Empty)
|
||||
{
|
||||
string[] parts = str.Split(new char[] { ';' });
|
||||
Dictionary<string, object> dic = new Dictionary<string, object>();
|
||||
// Dictionary<string, object> dic = new Dictionary<string, object>();
|
||||
foreach (string s in parts)
|
||||
{
|
||||
string[] parts2 = s.Split(new char[] { '*' });
|
||||
|
||||
Reference in New Issue
Block a user