Revert unnecessary change.

This reduces the diff with upstream.

Change-Id: I83eaa6317b4ec183f76ca5f7eb69eefe84aaa17a
This commit is contained in:
Tim Newsome
2018-06-25 14:09:47 -07:00
parent 5d9f486404
commit d8c31bfd2c
2 changed files with 3 additions and 2 deletions
-1
View File
@@ -47,7 +47,6 @@ static inline struct target *get_target_from_connection(struct connection *conne
}
void gdb_set_frontend_state_running(struct connection *connection);
void gdb_sig_halted(struct connection *connection);
#define ERROR_GDB_BUFFER_TOO_SMALL (-800)
#define ERROR_GDB_TIMEOUT (-801)