mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
revert introduction of some in arguments
This commit is contained in:
@@ -1281,14 +1281,6 @@ namespace OpenSim.Framework
|
||||
*dst++ = LowNibbleToHexByteCharLowcaps(b);
|
||||
}
|
||||
}
|
||||
/*
|
||||
for (int i = 0, j = 0; i < bytes.Length; ++i)
|
||||
{
|
||||
byte b = bytes[i];
|
||||
chars[j++] = HighNibbleToHexByteCharLowcaps(b);
|
||||
chars[j++] = LowNibbleToHexByteCharLowcaps(b);
|
||||
}
|
||||
*/
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user