Clean up a few pesky warnings

This commit is contained in:
Cinder
2017-03-18 21:17:43 -05:00
parent 2b160d2f64
commit 02f0a7882e
7 changed files with 14 additions and 15 deletions

View File

@@ -20,8 +20,6 @@ namespace OpenMetaverse.TestClient
public override string Execute(string[] args, UUID fromAgentID)
{
UUID target;
if (args.Length < 1)
return "Usage: sendgeneric method_name [value1 value2 ...]";