diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-02-18 20:50:25 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-02-18 20:50:25 +0000 |
commit | 92008e811e7587d71c1d6c33ec88a281b4a86133 (patch) | |
tree | 36adf9d2270710c974080c1da88f969991923866 /bridges | |
parent | 4f416613aab7db1cfe0bdf8fb96d10b8a9175a44 (diff) |
unused struct
Diffstat (limited to 'bridges')
-rw-r--r-- | bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx b/bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx index e62f71d2c32a..938cbf5ded06 100644 --- a/bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx +++ b/bridges/source/cpp_uno/gcc3_linux_x86-64/abi.cxx @@ -67,16 +67,6 @@ using namespace x86_64; -typedef struct -{ - /* Registers for argument passing. */ - long gpr[MAX_GPR_REGS]; - __int128_t sse[MAX_SSE_REGS]; - - /* Stack space for arguments. */ - char argspace[0]; -} stackLayout; - /* Register class used for passing given 64bit part of the argument. These represent classes as documented by the PS ABI, with the exception of SSESF, SSEDF classes, that are basically SSE class, just gcc will |