Skip to content

Commit

Permalink
Removed code we do not need yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoumis committed Mar 4, 2024
1 parent 908d7a0 commit 61a6174
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions agent/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,19 +43,6 @@
"unicodepath",
]

# Check the platform - this allows us to run unit tests in Linux
if sys.platform == "win32":
MUTEX_TIMEOUT_MS = 500
from ctypes import windll

kernel32 = windll.kernel32
SYNCHRONIZE = 0x100000
ERROR_FILE_NOT_FOUND = 0x2
WAIT_ABANDONED = 0x00000080
WAIT_OBJECT_0 = 0x0
WAIT_TIMEOUT = 0x102
WAIT_FAILED = 0xFFFFFFFF


class Status(enum.IntEnum):
INIT = 1
Expand Down

0 comments on commit 61a6174

Please sign in to comment.