diff --git a/src/program.c b/src/program.c
index fefee574b3662185654a6ff0319c85361cb11c55..c096a8d60c74855cd410af56b101d2ca004bf6a8 100644
--- a/src/program.c
+++ b/src/program.c
@@ -5,7 +5,7 @@
 \*/
 /**/
 #include "global.h"
-RCSID("$Id: program.c,v 1.118 1999/03/17 21:51:57 hubbe Exp $");
+RCSID("$Id: program.c,v 1.119 1999/04/03 01:34:00 hubbe Exp $");
 #include "program.h"
 #include "object.h"
 #include "dynamic_buffer.h"
@@ -1494,7 +1494,6 @@ int map_variable(char *name,
   struct pike_string *n,*t;
   n=make_shared_string(name);
   t=parse_type(type);
-  run_time_type=compile_type_to_runtime_type(t);
   ret=low_define_variable(n,t,flags,offset,run_time_type);
   free_string(n);
   free_string(t);