diff options
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index 4256d247bde..3f2f4b62c4e 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -36,9 +36,6 @@ def killServers(): global serverPids for pid in serverPids: - # - # Does os.kill work for cygwin? If so this test can be changed. - # if sys.platform == "cygwin" or sys.platform == "win32": import win32api handle = win32api.OpenProcess(1, 0, pid) |