aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-09-13 20:54:00 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-09-13 20:54:00 +0000
commit37c99ddb4ef28794e0f9cc37f02e239a1adaf881 (patch)
treeba70a74388336a485daa7964eae8e47fa041f9f8 /gdb/thread.c
parent54e3e909d2af84a5b1eedec6d7be06579dbe5a38 (diff)
downloadgdb-37c99ddb4ef28794e0f9cc37f02e239a1adaf881.zip
gdb-37c99ddb4ef28794e0f9cc37f02e239a1adaf881.tar.gz
gdb-37c99ddb4ef28794e0f9cc37f02e239a1adaf881.tar.bz2
* inferior.h, infrun.c, thread.c, infcmd.c: Remove all uses of
pc_changed. If it was ever set to a non-zero value, it was before GDB 2.8. It doesn't seem to have any useful function.
Diffstat (limited to 'gdb/thread.c')
-rw-r--r--gdb/thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/thread.c b/gdb/thread.c
index 6c2b8eb..0e80975 100644
--- a/gdb/thread.c
+++ b/gdb/thread.c
@@ -187,7 +187,6 @@ thread_switch (pid)
return;
inferior_pid = pid;
- pc_changed = 0;
flush_cached_frames ();
registers_changed ();
stop_pc = read_pc();