Remove unused code

This commit is contained in:
Jan Petykiewicz 2017-06-21 01:45:46 -07:00
parent a13e622f7a
commit 18ba692cfd

View File

@ -168,8 +168,6 @@ class Process(AbstractProcess):
# of 100, repeatedly double the number until we get fewer than we asked for.
n = 100
num_returned = n
returned_size = ctypes.wintypes.DWORD()
returned_size_ptr = ctypes.byref(returned_size)