Skip to content

Commit

Permalink
remove unused Windows HANDLE (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
whouishere committed Sep 2, 2022
1 parent 8c060fa commit c220ad0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/harness/os/windows.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ void OS_Sleep(int delay_ms) {
char* OS_GetFirstFileInDirectory(char* path) {
char with_extension[256];
WIN32_FIND_DATA find_data;
HANDLE hFind = NULL;

strcpy(with_extension, path);
strcat(with_extension, "\\*.???");
Expand Down

0 comments on commit c220ad0

Please sign in to comment.