mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
dr scofield's warning safari:
* commented out [Obsolete(....)] attributes where no replacement feature was available: if we want to attribute code that we think needs to be reworked, we should define a new attribute and use that instead (together with a little tool to retrieve all the attributed code then) * commenting out unused variables
This commit is contained in:
@@ -341,7 +341,7 @@ namespace OpenSim.Framework
|
||||
byte[] returnbytes = new byte[TotalBytesLength];
|
||||
|
||||
|
||||
uint paramlength = ExtraParamsNum;
|
||||
// uint paramlength = ExtraParamsNum;
|
||||
|
||||
// Stick in the number of parameters
|
||||
returnbytes[i++] = (byte)ExtraParamsNum;
|
||||
@@ -462,7 +462,7 @@ namespace OpenSim.Framework
|
||||
ushort epType = Helpers.BytesToUInt16(data, i);
|
||||
|
||||
i += 2;
|
||||
uint paramLength = Helpers.BytesToUIntBig(data, i);
|
||||
// uint paramLength = Helpers.BytesToUIntBig(data, i);
|
||||
|
||||
i += 4;
|
||||
switch (epType)
|
||||
|
||||
Reference in New Issue
Block a user