summaryrefslogtreecommitdiff
path: root/gdb/proc-service.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2001-05-15 00:03:38 +0000
committerKevin Buettner <kevinb@redhat.com>2001-05-15 00:03:38 +0000
commitca6724c16a360b6297d7827cfd0173441ccd95c2 (patch)
tree3e1e58042a222bbe8532507bb67f404be5c9e80f /gdb/proc-service.c
parent67a659f60e569d0938cb8ce51489514bcf0d4cca (diff)
Redefine ptid_t to be a struct rather than an int.
Diffstat (limited to 'gdb/proc-service.c')
-rw-r--r--gdb/proc-service.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/proc-service.c b/gdb/proc-service.c
index 37ab1bd7da..c13929cc42 100644
--- a/gdb/proc-service.c
+++ b/gdb/proc-service.c
@@ -51,10 +51,6 @@ typedef size_t gdb_ps_size_t;
/* Building process ids. */
-#ifndef MERGEPID
-#define MERGEPID(PID, TID) (((PID) & 0xffff) | ((TID) << 16))
-#endif
-
#define BUILD_LWP(tid, pid) MERGEPID (pid, tid)