dead code und unbenutzte Variablen entfernt
Change-Id: I18b5d6a8cdf221d3a376541c01e82a1c64f10508
diff --git a/std/transport.c b/std/transport.c
index 2f46927..1499cbc 100644
--- a/std/transport.c
+++ b/std/transport.c
@@ -177,8 +177,7 @@
mixed HasRoute(mixed dest)
{
- int i,s,z;
- string str;
+ int i,s;
object ob;
mixed harb;
@@ -484,8 +483,7 @@
static varargs void connect(string room, string code)
{
mixed *arrivemsg, *t;
- object *trav, ob;
- string *trs, *msgs;
+ object *trav;
int i;
if (roomCode) disconnect();