Remove global traceframe_fun and traceframe_sal
authorYao Qi <yao@codesourcery.com>
Thu, 24 Oct 2013 00:46:07 +0000 (08:46 +0800)
committerTom Tromey <tromey@sourceware.org>
Fri, 25 Oct 2013 14:03:00 +0000 (14:03 +0000)
commit24a008139eaf7de2890c3e948f3d22eac4e0a9d3
treec7a33a83f09c69645d2b810a1f80c5a39a8ce90f
parent6ba1f11550257b564f210856ec171f886664e389
Remove global traceframe_fun and traceframe_sal

I happen to see traceframe_fun and traceframe_sal are static variables,
which are not necessary to me.  They are only used in set_traceframe_context,
and they are not stateful.  This patch is to remove them.

gdb:

2013-10-24  Yao Qi  <yao@codesourcery.com>

* tracepoint.c (traceframe_fun): Remove.
(traceframe_sal): Remove.
(set_traceframe_context): Add local variables.
gdb/tracepoint.c