aboutsummaryrefslogtreecommitdiff
path: root/gdb/language.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2022-01-22 16:32:48 -0700
committerTom Tromey <tom@tromey.com>2022-02-14 06:22:33 -0700
commit660da3c14b3b1815d6b3f1849a7225a10d819042 (patch)
tree569508305b97cfb486866c69a09fa3635e9cd213 /gdb/language.h
parent362501dc5c85ae67c7141292ed5be1bfbd334645 (diff)
downloadfsf-binutils-gdb-660da3c14b3b1815d6b3f1849a7225a10d819042.zip
fsf-binutils-gdb-660da3c14b3b1815d6b3f1849a7225a10d819042.tar.gz
fsf-binutils-gdb-660da3c14b3b1815d6b3f1849a7225a10d819042.tar.bz2
Remove LA_PRINT_STRING
This removes the LA_PRINT_STRING macro, in favor of using ordinary method calls.
Diffstat (limited to 'gdb/language.h')
-rw-r--r--gdb/language.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/language.h b/gdb/language.h
index 4eb414b..f288500 100644
--- a/gdb/language.h
+++ b/gdb/language.h
@@ -750,15 +750,6 @@ extern void language_info ();
extern enum language set_language (enum language);
-/* This page contains functions that return things that are
- specific to languages. Each of these functions is based on
- the current setting of working_lang, which the user sets
- with the "set language" command. */
-
-#define LA_PRINT_STRING(stream, elttype, string, length, encoding, force_ellipses, options) \
- (current_language->printstr (stream, elttype, string, length, \
- encoding, force_ellipses,options))
-
/* Test a character to decide whether it can be printed in literal form
or needs to be printed in another representation. For example,
in C the literal form of the character with octal value 141 is 'a'