From 97da62989712c1105198819c7a9481657d9d335b Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 7 May 2013 09:54:09 -0400 Subject: Revert addition of __int128 tests It's not available on 32 bit architectures, which is a pain for our testing because we can't easily make Regress architecture independent. This reverts commit ca93f8474c9f6ca184d0b5806a4e459ad3dcd132. --- tests/scanner/regress.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/scanner/regress.h') diff --git a/tests/scanner/regress.h b/tests/scanner/regress.h index 109c4fcd..274d0e4b 100644 --- a/tests/scanner/regress.h +++ b/tests/scanner/regress.h @@ -950,9 +950,4 @@ typedef struct { #define REGRESS_MININT64 ((gint64) G_GINT64_CONSTANT(0x8000000000000000)) #define REGRESS_MAXUINT64 (G_GINT64_CONSTANT(0xffffffffffffffffU)) -/* https://mail.gnome.org/archives/gtk-devel-list/2013-May/msg00008.html */ -typedef struct { - __uint128_t vregs[32]; -} RegressLikeLinuxArmUAPI; - #endif /* __GITESTTYPES_H__ */ -- cgit v1.2.1