File tree 1 file changed +0
-9
lines changed
1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -206,13 +206,6 @@ struct mi_frames_struct
206
206
};
207
207
typedef struct mi_frames_struct mi_frames ;
208
208
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
-
216
209
struct mi_pty_struct
217
210
{
218
211
char * slave ;
@@ -473,7 +466,6 @@ void mi_free_output(mi_output *r);
473
466
void mi_free_output_but (mi_output * r , mi_output * no , mi_results * no_r );
474
467
void mi_free_frames (mi_frames * f );
475
468
void mi_free_bkpt (mi_bkpt * b );
476
- void mi_free_aux_term (mi_aux_term * t );
477
469
void mi_free_results (mi_results * r );
478
470
void mi_free_results_but (mi_results * r , mi_results * no );
479
471
void mi_free_gvar (mi_gvar * v );
@@ -482,7 +474,6 @@ void mi_free_wp(mi_wp *wp);
482
474
void mi_free_stop (mi_stop * s );
483
475
void mi_free_asm_insns (mi_asm_insns * i );
484
476
void mi_free_asm_insn (mi_asm_insn * i );
485
- void mi_free_charp_list (char * * l );
486
477
void mi_free_chg_reg (mi_chg_reg * r );
487
478
488
479
char * get_cstr (mi_output * o );
You can’t perform that action at this time.
0 commit comments