Skip to content

Commit

Permalink
Remove getpid() that should never have been added
Browse files Browse the repository at this point in the history
  • Loading branch information
qris committed Dec 14, 2015
1 parent 77f7005 commit 95065c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/win32/emu.h
Expand Up @@ -162,10 +162,6 @@ inline int geteuid(void)
{
return 0;
}
inline int getpid(void)
{
return GetCurrentProcessId();
}

#ifndef PATH_MAX
#define PATH_MAX MAX_PATH
Expand Down

0 comments on commit 95065c4

Please sign in to comment.