X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fgo%2Fgo-backend.c;h=5dab2f1864c95f7f2a63982dbef6b0b9006a7e38;hp=4d1ea827c5e2fe3a9c66adbc8c28e9366b6d37a5;hb=927a01eba66c97c810b74e48669832863c8b846d;hpb=612cc2ea107e0b667a4f78fa82318c2b4052a814 diff --git a/gcc/go/go-backend.c b/gcc/go/go-backend.c index 4d1ea827c5e..5dab2f1864c 100644 --- a/gcc/go/go-backend.c +++ b/gcc/go/go-backend.c @@ -1,5 +1,5 @@ /* go-backend.c -- Go frontend interface to gcc backend. - Copyright (C) 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2010, 2011, 2012 Free Software Foundation, Inc. This file is part of GCC. @@ -48,14 +48,6 @@ along with GCC; see the file COPYING3. If not see /* This file holds all the cases where the Go frontend needs information from gcc's backend. */ -/* Return the alignment in bytes of a value of type T. */ - -unsigned int -go_type_alignment (tree t) -{ - return TYPE_ALIGN_UNIT (t); -} - /* Return the alignment in bytes of a struct field of type T. */ unsigned int