about summary refs log tree commit diff
path: root/sourcecodes/runtime_check.php
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/runtime_check.php')
-rw-r--r--sourcecodes/runtime_check.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/sourcecodes/runtime_check.php b/sourcecodes/runtime_check.php
index 300a197f..7b468957 100644
--- a/sourcecodes/runtime_check.php
+++ b/sourcecodes/runtime_check.php
@@ -10,8 +10,6 @@ function exe_time($keyval,$parent_number,$k_number)
 $nrf = $dir.$keyval."nrows.txt";
 $nrows=trim(file_get_contents("$nrf"));
 
-fwrite($fprows,"$lc\n");
-
 $nf=$dir.$keyval."nnode.txt";
 $node=trim(file_get_contents("$nf"))-1;
 $parent_number=$parent_number-1;