LIBOMV-501 Cleans up all compiler warnings with a few exceptions that need to be addressed individually

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3015 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2009-07-22 06:57:52 +00:00
parent 0740cc301b
commit b60db797b2
15 changed files with 36 additions and 50 deletions

View File

@@ -167,7 +167,6 @@ namespace OpenMetaverse.TestClient
string DownloadNotecard(UUID itemID, UUID assetID)
{
UUID transferID = UUID.Zero;
AutoResetEvent assetDownloadEvent = new AutoResetEvent(false);
byte[] notecardData = null;
string error = "Timeout";