Browse Source

remove obsolete and unused typedef for Windows

0.10
Philip Kaufmann 11 years ago
parent
commit
61032f8942
  1. 2
      src/util.h

2
src/util.h

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