Browse Source

remove obsolete and unused typedef for Windows

0.8
Philip Kaufmann 12 years ago committed by Warren Togami
parent
commit
5536b22b8d
  1. 2
      src/util.h

2
src/util.h

@ -13,8 +13,6 @@ @@ -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>

Loading…
Cancel
Save