Merge pull request #2552 from Diapolo/win-typedef

remove obsolete and unused typedef for Windows
This commit is contained in:
Jeff Garzik 2013-05-30 09:42:47 -07:00
commit 3fbd87e0dc
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@
#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>
#else
typedef int pid_t; /* define for Windows compatibility */
#endif
#include <map>
#include <list>