diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-09-04 23:41:20 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-09-04 23:41:20 +0000 |
commit | 43c998558fe5e8609b1b7149565bdd35345c22d5 (patch) | |
tree | 9a7ae9e21afa547a0536990cd969811aada55f12 /gdb/cxux-nat.c | |
parent | a6aa45a625d0875852a20149c63e7feb315b7e02 (diff) | |
download | gdb-43c998558fe5e8609b1b7149565bdd35345c22d5.zip gdb-43c998558fe5e8609b1b7149565bdd35345c22d5.tar.gz gdb-43c998558fe5e8609b1b7149565bdd35345c22d5.tar.bz2 |
* cxux-nat.c (target_is_m88110): Remove definition.
Diffstat (limited to 'gdb/cxux-nat.c')
-rw-r--r-- | gdb/cxux-nat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/cxux-nat.c b/gdb/cxux-nat.c index b36abce..b47c19d 100644 --- a/gdb/cxux-nat.c +++ b/gdb/cxux-nat.c @@ -398,8 +398,6 @@ add_shared_symbol_files () reinit_frame_cache (); } -int target_is_m88110; - #if defined(_ES_MP) #include <sys/regset.h> |