diff options
author | Homer Horwitz | 2009-04-04 14:26:24 +0000 |
---|---|---|
committer | Homer Horwitz | 2009-04-04 14:26:24 +0000 |
commit | c6283cacacd9c2a0992e233f54b6d9d272564449 (patch) | |
tree | a1ffa8eea54bf495e572338aa5773f8eab556fd0 /OpenSim/Framework/Util.cs | |
parent | Preliminary work to support ObjectSpin* packets when user invokes CTRL / SHIF... (diff) | |
download | opensim-SC_OLD-c6283cacacd9c2a0992e233f54b6d9d272564449.zip opensim-SC_OLD-c6283cacacd9c2a0992e233f54b6d9d272564449.tar.gz opensim-SC_OLD-c6283cacacd9c2a0992e233f54b6d9d272564449.tar.bz2 opensim-SC_OLD-c6283cacacd9c2a0992e233f54b6d9d272564449.tar.xz |
Remove some Mono warnings.
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r-- | OpenSim/Framework/Util.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index a0cac96..7019096 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs | |||
@@ -1024,7 +1024,7 @@ namespace OpenSim.Framework | |||
1024 | { | 1024 | { |
1025 | byte[] hash = ComputeMD5Hash( data + salt ); | 1025 | byte[] hash = ComputeMD5Hash( data + salt ); |
1026 | 1026 | ||
1027 | string s = BitConverter.ToString(hash); | 1027 | //string s = BitConverter.ToString(hash); |
1028 | 1028 | ||
1029 | Guid guid = new Guid( hash ); | 1029 | Guid guid = new Guid( hash ); |
1030 | 1030 | ||