dead code und unbenutzte Variablen entfernt
Change-Id: I18b5d6a8cdf221d3a376541c01e82a1c64f10508
diff --git a/std/shells/magier/upd.c b/std/shells/magier/upd.c
index 87a3030..ebee975 100644
--- a/std/shells/magier/upd.c
+++ b/std/shells/magier/upd.c
@@ -65,7 +65,6 @@
if (!obj=find_object(file[0..<3]+(clone?("#"+clone):"")))
{
int pos,pos2;
- string bt;
if(file_size(file)<0)
{
@@ -356,7 +355,7 @@
if ( (!(flags&UPD_LOAD))&&
((obj = find_object(file)) || (flags & (UPD_M|UPD_I))))
{
- object *inv, env, *pl_inv;
+ object *inv, env;
mapping pro;
int i;
mixed configdata;