aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/java/lang.c')
-rw-r--r--gcc/java/lang.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/java/lang.c b/gcc/java/lang.c
index 8187e67..ff1fce5 100644
--- a/gcc/java/lang.c
+++ b/gcc/java/lang.c
@@ -789,13 +789,3 @@ lang_print_xnode (file, node, indent)
int indent __attribute ((__unused__));
{
}
-
-/* Return the typed-based alias set for T, which may be an expression
- or a type. Return -1 if we don't do anything special. */
-
-HOST_WIDE_INT
-lang_get_alias_set (t)
- tree t ATTRIBUTE_UNUSED;
-{
- return -1;
-}