aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@bitpay.com>2013-05-30 09:42:47 -0700
committerJeff Garzik <jgarzik@bitpay.com>2013-05-30 09:42:47 -0700
commit3fbd87e0dc42780a8583cf2417f744105209c892 (patch)
tree5700e8bf37cf0b5e0800fbb3730df0351f20d928 /src/util.h
parenta2d2e5e4664759390a3554bfde0e7c74f8147d13 (diff)
parent61032f894247f7a4158ec5b41067bcd7c3f35910 (diff)
downloadbitcoin-3fbd87e0dc42780a8583cf2417f744105209c892.tar.xz
Merge pull request #2552 from Diapolo/win-typedef
remove obsolete and unused typedef for Windows
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index b922545b9b..d9ad74f6c7 100644
--- a/src/util.h
+++ b/src/util.h
@@ -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>