gdbsupport: remove unnecessary `#ifndef IN_PROCESS_AGENT`
authorSimon Marchi <simon.marchi@efficios.com>
Thu, 9 Dec 2021 19:12:18 +0000 (14:12 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 9 Dec 2021 19:40:55 +0000 (14:40 -0500)
commitfe72c32765e1190c8a17d309fc3a7e1882d6a430
treed3f93e536b289b9a446467cee4aa5fe8e7eb0d30
parentdb94f15756752d3360d0ec81bd8143fa94821f3b
gdbsupport: remove unnecessary `#ifndef IN_PROCESS_AGENT`

I suppose this code was copied from GDBserver and this ifndef was left
there.  As far as I know, IN_PROCESS_AGENT will never be defined when
building this file, so we can remove this.

Change-Id: I84fc408e330b3a29106df830a09342861cadbaf6
gdbsupport/tdesc.cc