Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessandroZ committed Feb 15, 2018
1 parent d5f139f commit e253f8f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Windows/lazagne/config/WinStructure.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,6 @@ class SECURITY_ATTRIBUTES(Structure):
OpenProcess.restype = HANDLE
OpenProcess.argtypes = [DWORD, BOOL, DWORD]

GetCurrentProcessId = kernel32.GetCurrentProcessId
GetCurrentProcessId.restype = DWORD
GetCurrentProcessId.argtypes = [PVOID]

OpenProcessToken = advapi32.OpenProcessToken
OpenProcessToken.restype = BOOL
OpenProcessToken.argtypes = [HANDLE, DWORD, POINTER(HANDLE)]
Expand Down

0 comments on commit e253f8f

Please sign in to comment.