diff options
author | Justin Clark-Casey (justincc) | 2010-12-10 03:08:31 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-12-10 03:08:31 +0000 |
commit | 3053f5ba7dd22a68099b8b1dc6b41f389b6e7183 (patch) | |
tree | 5c896ecb85903375ac62eeb782d89b97eaacf707 /OpenSim/Services/Interfaces/IUserAccountService.cs | |
parent | Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks comman... (diff) | |
download | opensim-SC_OLD-3053f5ba7dd22a68099b8b1dc6b41f389b6e7183.zip opensim-SC_OLD-3053f5ba7dd22a68099b8b1dc6b41f389b6e7183.tar.gz opensim-SC_OLD-3053f5ba7dd22a68099b8b1dc6b41f389b6e7183.tar.bz2 opensim-SC_OLD-3053f5ba7dd22a68099b8b1dc6b41f389b6e7183.tar.xz |
minor: remove some compiler warnings
Diffstat (limited to 'OpenSim/Services/Interfaces/IUserAccountService.cs')
-rw-r--r-- | OpenSim/Services/Interfaces/IUserAccountService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/Interfaces/IUserAccountService.cs b/OpenSim/Services/Interfaces/IUserAccountService.cs index c580078..9c992e0 100644 --- a/OpenSim/Services/Interfaces/IUserAccountService.cs +++ b/OpenSim/Services/Interfaces/IUserAccountService.cs | |||
@@ -101,7 +101,7 @@ namespace OpenSim.Services.Interfaces | |||
101 | if (str != string.Empty) | 101 | if (str != string.Empty) |
102 | { | 102 | { |
103 | string[] parts = str.Split(new char[] { ';' }); | 103 | string[] parts = str.Split(new char[] { ';' }); |
104 | Dictionary<string, object> dic = new Dictionary<string, object>(); | 104 | // Dictionary<string, object> dic = new Dictionary<string, object>(); |
105 | foreach (string s in parts) | 105 | foreach (string s in parts) |
106 | { | 106 | { |
107 | string[] parts2 = s.Split(new char[] { '*' }); | 107 | string[] parts2 = s.Split(new char[] { '*' }); |