aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2022-04-28 13:40:37 -0600
committerTom Tromey <tromey@adacore.com>2022-05-13 08:21:16 -0600
commit4eab18b566a0a10d8436eb221c606df4a2803edc (patch)
tree2cf9211b06e48d6a6db73c875cebb4083c4abe58 /gdb/nat
parent0e90c441629bcf1f53ba484f7d855ed8eb68f138 (diff)
downloadgdb-4eab18b566a0a10d8436eb221c606df4a2803edc.zip
gdb-4eab18b566a0a10d8436eb221c606df4a2803edc.tar.gz
gdb-4eab18b566a0a10d8436eb221c606df4a2803edc.tar.bz2
Remove windows_process_info::id
I noticed that windows_process_info::id is only used by gdbserver, and not really necessary. This patch removes it.
Diffstat (limited to 'gdb/nat')
-rw-r--r--gdb/nat/windows-nat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/nat/windows-nat.h b/gdb/nat/windows-nat.h
index 27b6536..9f7f8b6 100644
--- a/gdb/nat/windows-nat.h
+++ b/gdb/nat/windows-nat.h
@@ -144,7 +144,6 @@ struct windows_process_info
{
/* The process handle */
HANDLE handle = 0;
- DWORD id = 0;
DWORD main_thread_id = 0;
enum gdb_signal last_sig = GDB_SIGNAL_0;