Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove unused lines
authorcoldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 7 Jul 2010 08:00:23 +0000 (08:00 +0000)
committercoldpeace <coldpeace@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 7 Jul 2010 08:00:23 +0000 (08:00 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7986 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/lua/master_slave.lua

index 652d34e..1aca1b9 100644 (file)
@@ -11,10 +11,6 @@ comp_size = arg[2];
 comm_size = arg[3];
 slave_count = arg[4]
 
-A = {{1, 2, 3}, {4, 5, 6}, {7, 8, 9}}
-
---print (A[1][3])
-
 if (#arg ~= 4) then
     error("Argc should be 4");
 end