LIBOMV-501 Cleaning up some compile time warnings

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2843 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2009-06-03 20:42:44 +00:00
parent 4dfc376536
commit 066b5ae91b
7 changed files with 10 additions and 13 deletions

View File

@@ -1372,7 +1372,6 @@ namespace OpenMetaverse.Packets
/// </summary>
/// <param name="packet">The Packet</param>
/// <returns>A formatted string of values of the nested items in the Packet object</returns>
/// should be made generic enough to decode IMessage objects too.</remarks>
public string PacketToString(Packet packet)
{
StringBuilder result = new StringBuilder();