From f0aabd17b2688116b4709d28c6076dd509d0849d Mon Sep 17 00:00:00 2001 From: mquinson Date: Mon, 12 Apr 2010 15:17:39 +0000 Subject: [PATCH] kill dead code git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7537 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/lua/master_slave.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/lua/master_slave.lua b/examples/lua/master_slave.lua index 8e60860c8a..883574f4d1 100644 --- a/examples/lua/master_slave.lua +++ b/examples/lua/master_slave.lua @@ -66,10 +66,6 @@ simgrid.info("Slave '" ..my_mailbox.."': I'm Done . See You !!"); end -- function ---------------------------------------------------------- --]] -function doyield() - coroutine.yield() -end - require "simgrid" simgrid.platform("../msg/small_platform.xml") simgrid.application("../ruby/deploy.xml") -- 2.20.1