From 37c99ddb4ef28794e0f9cc37f02e239a1adaf881 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Mon, 13 Sep 1993 20:54:00 +0000 Subject: * 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. --- gdb/thread.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/thread.c') 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(); -- cgit v1.1