Changeset: f67ed9b8eb7b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/f67ed9b8eb7b
Modified Files:
        testing/Mtest.py.in
Branch: Mar2025
Log Message:

Remove unused function.


diffs (14 lines):

diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -2453,10 +2453,6 @@ def killchildren(pid, procs = None):
         if procdebug:
             print('killing process %d failed' % pid)
 
-def reallyKill(proc):
-    # not called on Windows
-    killchildren(proc.pid, getkids())
-
 def stacktrace(proc, outfile):
     if os.name == 'nt':
         sym = ''
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to