* gdb.base/completion.exp (INPUTRC): Set this environment variable
[deliverable/binutils-gdb.git] / gdb / procfs.c
index 53f04896035190a0298b5e683145c76f214160e3..5a91ed887fe853a596612ed6227c819568604441 100644 (file)
@@ -315,18 +315,6 @@ typedef prstatus_t gdb_prstatus_t;
 typedef prstatus_t gdb_lwpstatus_t;
 #endif /* NEW_PROC_API */
 
-
-/* Provide default composite pid manipulation macros for systems that
-   don't have threads. */
-
-#ifndef PIDGET
-#define PIDGET(PID)            (PID)
-#define TIDGET(PID)            (PID)
-#endif
-#ifndef MERGEPID
-#define MERGEPID(PID, TID)     (PID)
-#endif
-
 typedef struct procinfo {
   struct procinfo *next;
   int pid;                     /* Process ID    */
This page took 0.023676 seconds and 4 git commands to generate.