[gdbserver] Delete _ macro (gettext).

server.h nowadays includes gdb_locale.h, which already brings this in.

gdb/gdbserver/
2013-09-05  Pedro Alves  <palves@redhat.com>

	* server.h (_): Delete.
This commit is contained in:
Pedro Alves 2013-09-05 20:38:45 +00:00
parent 257e6d53e2
commit eebdf26b45
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,7 @@
2013-09-05 Pedro Alves <palves@redhat.com>
* server.h (_): Delete.
2013-09-02 Pedro Alves <palves@redhat.com>
* tracepoint.c (TRACEFRAME_EOB_MARKER_SIZE): New macro.

View File

@ -73,12 +73,6 @@ extern int vasprintf(char **strp, const char *fmt, va_list ap);
int vsnprintf(char *str, size_t size, const char *format, va_list ap);
#endif
/* Define underscore macro, if not available, to be able to use it inside
code shared with gdb in common directory. */
#ifndef _
#define _(String) (String)
#endif
#ifdef IN_PROCESS_AGENT
# define PROG "ipa"
#else