unbenutzte Variable entfernt

Change-Id: I26e602e22801a3ebb6ae96dfc2dd8c2730bfe809
diff --git a/std/player/command.c b/std/player/command.c
index 64068e2..beea800 100644
--- a/std/player/command.c
+++ b/std/player/command.c
@@ -605,7 +605,7 @@
 
 static mixed _return_args(string str)
 {
-  string *t,*t2,verb,s2;
+  string *t,*t2,verb;
   int i,l,j,l2;
 
   t=explode(trim(str,TRIM_BOTH)," ");