aboutsummaryrefslogtreecommitdiff
path: root/gdb/c-typeprint.c
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-04-16 23:22:41 +0000
committerFred Fish <fnf@specifix.com>1993-04-16 23:22:41 +0000
commit5aefc1ca23bd14fa7b462fea41500a7df423a515 (patch)
tree013368def4e4b482668fb8586e7150c68aad458c /gdb/c-typeprint.c
parentb1086bf532f281c50af75bf2e509722f8a17ee2d (diff)
downloadgdb-5aefc1ca23bd14fa7b462fea41500a7df423a515.zip
gdb-5aefc1ca23bd14fa7b462fea41500a7df423a515.tar.gz
gdb-5aefc1ca23bd14fa7b462fea41500a7df423a515.tar.bz2
Remove chill sanitizations, which are no longer necessary.
Diffstat (limited to 'gdb/c-typeprint.c')
-rw-r--r--gdb/c-typeprint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/c-typeprint.c b/gdb/c-typeprint.c
index 86c5234..479d5d7 100644
--- a/gdb/c-typeprint.c
+++ b/gdb/c-typeprint.c
@@ -87,12 +87,10 @@ c_typedef_print (type, new, stream)
type_print(type,"",stream,0);
break;
#endif
-/* start-sanitize-chill */
#ifdef _LANG_chill
case language_chill:
error ("Missing Chill support in function c_typedef_print."); /*FIXME*/
#endif
-/* end-sanitize-chill */
default:
error("Language not supported.");
}