diff options
Diffstat (limited to 'gcc/langhooks-def.h')
-rw-r--r-- | gcc/langhooks-def.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/langhooks-def.h b/gcc/langhooks-def.h index c2d5bc2e22c..def7a4a5381 100644 --- a/gcc/langhooks-def.h +++ b/gcc/langhooks-def.h @@ -211,7 +211,6 @@ extern tree lhd_make_node (enum tree_code); LANG_HOOKS_MAKE_TYPE, \ LANG_HOOKS_TYPE_FOR_MODE, \ LANG_HOOKS_TYPE_FOR_SIZE, \ - LANG_HOOKS_UNSIGNED_TYPE, \ LANG_HOOKS_SIGNED_TYPE, \ LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE, \ LANG_HOOKS_GENERIC_TYPE_P, \ |