From cd437dfb9bd39012b24f6f3748fb0ac22d4f2f47 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Mon, 8 Sep 1997 20:40:28 -0700
Subject: [PATCH] master() removed

Rev: lib/master.pike:1.49
---
 lib/master.pike | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/master.pike b/lib/master.pike
index a7c6b39a06..4a5c18b4d2 100644
--- a/lib/master.pike
+++ b/lib/master.pike
@@ -1,4 +1,4 @@
-/* $Id: master.pike,v 1.48 1997/08/18 15:47:43 grubba Exp $
+/* $Id: master.pike,v 1.49 1997/09/09 03:40:28 hubbe Exp $
  *
  * Master-file for Pike.
  */
@@ -201,7 +201,6 @@ void create()
   add_constant("remove_module_path",remove_module_path);
   add_constant("add_program_path",add_program_path);
   add_constant("remove_program_path",remove_program_path);
-  add_constant("master",lambda() { return this_object(); });
   add_constant("describe_backtrace",describe_backtrace);
   add_constant("mkmultiset",lambda(mixed *a) { return aggregate_multiset(@a); });
   add_constant("strlen",sizeof);
-- 
GitLab