Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Useless assignments.
[simgrid.git] / tools / tesh / tesh.py
index ea314d2..8b9ae29 100755 (executable)
@@ -383,7 +383,6 @@ class Cmd(object):
         cmdName = FileReader().filename + ":" + str(self.linenumber)
         try:
             (stdout_data, stderr_data) = proc.communicate("\n".join(self.input_pipe), self.timeout)
-            local_pid = None
             timeout_reached = False
         except subprocess.TimeoutExpired:
             timeout_reached = True