minor: remove some compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2010-12-10 03:08:31 +00:00
parent cefdee8aaf
commit 3053f5ba7d
4 changed files with 4 additions and 4 deletions

View File

@@ -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[] { '*' });