]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/gdbserver/target.h
Consolidate API of target_supports_multi_process
[thirdparty/binutils-gdb.git] / gdb / gdbserver / target.h
index 26f7422162a4c67f07ab4aac506c8c173c105e46..d098a92efef2adcf8ced2d292facda8e2e62db03 100644 (file)
@@ -535,10 +535,6 @@ int kill_inferior (int);
 #define target_async(enable) \
   (the_target->async ? (*the_target->async) (enable) : 0)
 
-#define target_supports_multi_process() \
-  (the_target->supports_multi_process ? \
-   (*the_target->supports_multi_process) () : 0)
-
 #define target_process_qsupported(features, count)     \
   do                                                   \
     {                                                  \