Remove some Mono warnings.

This commit is contained in:
Homer Horwitz
2009-04-04 14:26:24 +00:00
parent 449bebf16e
commit c6283cacac
2 changed files with 3 additions and 3 deletions

View File

@@ -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 );