Skip to content

Commit 6a7b6de

Browse files
author
nicolas.with@st.ovgu.de
committed
cleanup libmigdb header
1 parent 4cb2518 commit 6a7b6de

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

include/mi_gdb.h

-9
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,6 @@ struct mi_frames_struct
206206
};
207207
typedef struct mi_frames_struct mi_frames;
208208

209-
struct mi_aux_term_struct
210-
{
211-
pid_t pid;
212-
char *tty;
213-
};
214-
typedef struct mi_aux_term_struct mi_aux_term;
215-
216209
struct mi_pty_struct
217210
{
218211
char *slave;
@@ -473,7 +466,6 @@ void mi_free_output(mi_output *r);
473466
void mi_free_output_but(mi_output *r, mi_output *no, mi_results *no_r);
474467
void mi_free_frames(mi_frames *f);
475468
void mi_free_bkpt(mi_bkpt *b);
476-
void mi_free_aux_term(mi_aux_term *t);
477469
void mi_free_results(mi_results *r);
478470
void mi_free_results_but(mi_results *r, mi_results *no);
479471
void mi_free_gvar(mi_gvar *v);
@@ -482,7 +474,6 @@ void mi_free_wp(mi_wp *wp);
482474
void mi_free_stop(mi_stop *s);
483475
void mi_free_asm_insns(mi_asm_insns *i);
484476
void mi_free_asm_insn(mi_asm_insn *i);
485-
void mi_free_charp_list(char **l);
486477
void mi_free_chg_reg(mi_chg_reg *r);
487478

488479
char *get_cstr(mi_output *o);

0 commit comments

Comments
 (0)