summaryrefslogtreecommitdiff
path: root/src/node_report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_report.h')
-rw-r--r--src/node_report.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node_report.h b/src/node_report.h
index c64b9c9a20..4c29c13afc 100644
--- a/src/node_report.h
+++ b/src/node_report.h
@@ -32,11 +32,9 @@ namespace report {
#ifdef _WIN32
typedef SYSTEMTIME TIME_TYPE;
-typedef DWORD PID_TYPE;
#define PATHSEP "\\"
#else // UNIX, OSX
typedef struct tm TIME_TYPE;
-typedef pid_t PID_TYPE;
#define PATHSEP "/"
#endif