Redefine ptid_t to be a struct rather than an int.
[deliverable/binutils-gdb.git] / gdb / proc-service.c
index 37ab1bd7dad9deb64e2fdc67a0ea3c9ec2fb9785..c13929cc4231d92cacc51901d1d475a90d63e355 100644 (file)
@@ -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)
 \f
 
This page took 0.022155 seconds and 4 git commands to generate.