diff --git a/lib/master.pike b/lib/master.pike
index 86bd0315866df57e584a3dbb55c59a2b5882e532..51dc1518d1500346d1f4d5bf0b130523967a53ba 100644
--- a/lib/master.pike
+++ b/lib/master.pike
@@ -1,4 +1,4 @@
-/* $Id: master.pike,v 1.66 1998/03/22 01:44:37 per Exp $
+/* $Id: master.pike,v 1.67 1998/03/22 05:21:34 hubbe Exp $
  *
  * Master-file for Pike.
  */
@@ -294,17 +294,8 @@ object new(mixed prog, mixed ... args)
 
 /* Note that create is called before add_precompiled_program
  */
-void my_werror(mixed ... args)
-{
-  if(sizeof(args) == 1) 
-    werror(@args);
-  else 
-    werror(sprintf(@args));
-}
-
 void create()
 {
-  add_constant("werror", my_werror);
   add_constant("basename",basename);
   add_constant("dirname",dirname);
   add_constant("is_absolute_path",is_absolute_path);