From 8fe8dc83e307fa878f5cd9193c1603ab9b570359 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 23 Sep 2014 13:36:01 -0700 Subject: [PATCH] Remove unused HAVE_OFF64_T. Change-Id: I24acf64efcd0fd84d5dda342d4c4293fa59fae1a --- core/combo/include/arch/darwin-x86/AndroidConfig.h | 5 ----- core/combo/include/arch/linux-arm/AndroidConfig.h | 5 ----- core/combo/include/arch/linux-arm64/AndroidConfig.h | 5 ----- core/combo/include/arch/linux-mips/AndroidConfig.h | 5 ----- core/combo/include/arch/linux-mips64/AndroidConfig.h | 5 ----- core/combo/include/arch/linux-x86/AndroidConfig.h | 5 ----- core/combo/include/arch/target_linux-x86/AndroidConfig.h | 5 ----- core/combo/include/arch/windows/AndroidConfig.h | 5 ----- 8 files changed, 40 deletions(-) diff --git a/core/combo/include/arch/darwin-x86/AndroidConfig.h b/core/combo/include/arch/darwin-x86/AndroidConfig.h index 8ae6d34528..eeda5d0268 100644 --- a/core/combo/include/arch/darwin-x86/AndroidConfig.h +++ b/core/combo/include/arch/darwin-x86/AndroidConfig.h @@ -119,11 +119,6 @@ #define _FILE_OFFSET_BITS 64 #define _LARGEFILE_SOURCE 1 -/* - * Define if platform has off64_t (and lseek64 and other xxx64 functions) - */ -/* #define HAVE_OFF64_T */ - /* * Defined if we have the backtrace() call for retrieving a stack trace. * Needed for CallStack to operate; if not defined, CallStack is diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h index 44fb11772f..1ca244c2d4 100644 --- a/core/combo/include/arch/linux-arm/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm/AndroidConfig.h @@ -116,11 +116,6 @@ /* #define _FILE_OFFSET_BITS 64 */ /* #define _LARGEFILE_SOURCE 1 */ -/* - * Define if platform has off64_t (and lseek64 and other xxx64 functions) - */ -#define HAVE_OFF64_T - /* * Defined if we have the backtrace() call for retrieving a stack trace. * Needed for CallStack to operate; if not defined, CallStack is diff --git a/core/combo/include/arch/linux-arm64/AndroidConfig.h b/core/combo/include/arch/linux-arm64/AndroidConfig.h index de2b9c9952..8cf6c791f5 100644 --- a/core/combo/include/arch/linux-arm64/AndroidConfig.h +++ b/core/combo/include/arch/linux-arm64/AndroidConfig.h @@ -111,11 +111,6 @@ #define _FILE_OFFSET_BITS 64 /* #define _LARGEFILE_SOURCE 1 */ -/* - * Define if platform has off64_t (and lseek64 and other xxx64 functions) - */ -#define HAVE_OFF64_T - /* * Defined if we have the backtrace() call for retrieving a stack trace. * Needed for CallStack to operate; if not defined, CallStack is diff --git a/core/combo/include/arch/linux-mips/AndroidConfig.h b/core/combo/include/arch/linux-mips/AndroidConfig.h index c055a8674f..45bff096d2 100644 --- a/core/combo/include/arch/linux-mips/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips/AndroidConfig.h @@ -121,11 +121,6 @@ /* #define _FILE_OFFSET_BITS 64 */ /* #define _LARGEFILE_SOURCE 1 */ -/* - * Define if platform has off64_t (and lseek64 and other xxx64 functions) - */ -#define HAVE_OFF64_T - /* * Defined if we have the backtrace() call for retrieving a stack trace. * Needed for CallStack to operate; if not defined, CallStack is diff --git a/core/combo/include/arch/linux-mips64/AndroidConfig.h b/core/combo/include/arch/linux-mips64/AndroidConfig.h index 7ba412e643..f66830aa76 100644 --- a/core/combo/include/arch/linux-mips64/AndroidConfig.h +++ b/core/combo/include/arch/linux-mips64/AndroidConfig.h @@ -111,11 +111,6 @@ #define _FILE_OFFSET_BITS 64 /* #define _LARGEFILE_SOURCE 1 */ -/* - * Define if platform has off64_t (and lseek64 and other xxx64 functions) - */ -#define HAVE_OFF64_T - /* * Defined if we have the backtrace() call for retrieving a stack trace. * Needed for CallStack to operate; if not defined, CallStack is diff --git a/core/combo/include/arch/linux-x86/AndroidConfig.h b/core/combo/include/arch/linux-x86/AndroidConfig.h index 9d6d69cd17..a8d74fdc57 100644 --- a/core/combo/include/arch/linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/linux-x86/AndroidConfig.h @@ -116,11 +116,6 @@ #define _FILE_OFFSET_BITS 64 #define _LARGEFILE_SOURCE 1 -/* - * Define if platform has off64_t (and lseek64 and other xxx64 functions) - */ -#define HAVE_OFF64_T - /* * Defined if we have the backtrace() call for retrieving a stack trace. * Needed for CallStack to operate; if not defined, CallStack is diff --git a/core/combo/include/arch/target_linux-x86/AndroidConfig.h b/core/combo/include/arch/target_linux-x86/AndroidConfig.h index 788c443b61..260f518b33 100644 --- a/core/combo/include/arch/target_linux-x86/AndroidConfig.h +++ b/core/combo/include/arch/target_linux-x86/AndroidConfig.h @@ -105,11 +105,6 @@ #endif /* #define _LARGEFILE_SOURCE 1 */ -/* - * Define if platform has off64_t (and lseek64 and other xxx64 functions) - */ -#define HAVE_OFF64_T - /* * Defined if we have the backtrace() call for retrieving a stack trace. * Needed for CallStack to operate; if not defined, CallStack is diff --git a/core/combo/include/arch/windows/AndroidConfig.h b/core/combo/include/arch/windows/AndroidConfig.h index 1e652bb58e..c80c201427 100644 --- a/core/combo/include/arch/windows/AndroidConfig.h +++ b/core/combo/include/arch/windows/AndroidConfig.h @@ -161,11 +161,6 @@ #define _FILE_OFFSET_BITS 64 #define _LARGEFILE_SOURCE 1 -/* - * Define if platform has off64_t (and lseek64 and other xxx64 functions) - */ -#define HAVE_OFF64_T - /* * Defined if we have the backtrace() call for retrieving a stack trace. * Needed for CallStack to operate; if not defined, CallStack is