mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Remove some Mono warnings.
This commit is contained in:
@@ -1024,7 +1024,7 @@ namespace OpenSim.Framework
|
||||
{
|
||||
byte[] hash = ComputeMD5Hash( data + salt );
|
||||
|
||||
string s = BitConverter.ToString(hash);
|
||||
//string s = BitConverter.ToString(hash);
|
||||
|
||||
Guid guid = new Guid( hash );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user