summaryrefslogtreecommitdiffstats
path: root/core/combo/include/arch/linux-arm/AndroidConfig.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-09-23 13:36:01 -0700
committerElliott Hughes <enh@google.com>2014-09-23 13:36:01 -0700
commit8fe8dc83e307fa878f5cd9193c1603ab9b570359 (patch)
tree9150805497d315368c9ddbb00fd579bad743661a /core/combo/include/arch/linux-arm/AndroidConfig.h
parent88c7544e711e70273b3ab29251ba2ff359a7ea1a (diff)
downloadbuild-8fe8dc83e307fa878f5cd9193c1603ab9b570359.zip
build-8fe8dc83e307fa878f5cd9193c1603ab9b570359.tar.gz
build-8fe8dc83e307fa878f5cd9193c1603ab9b570359.tar.bz2
Remove unused HAVE_OFF64_T.
Change-Id: I24acf64efcd0fd84d5dda342d4c4293fa59fae1a
Diffstat (limited to 'core/combo/include/arch/linux-arm/AndroidConfig.h')
-rw-r--r--core/combo/include/arch/linux-arm/AndroidConfig.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/combo/include/arch/linux-arm/AndroidConfig.h b/core/combo/include/arch/linux-arm/AndroidConfig.h
index 44fb117..1ca244c 100644
--- a/core/combo/include/arch/linux-arm/AndroidConfig.h
+++ b/core/combo/include/arch/linux-arm/AndroidConfig.h
@@ -117,11 +117,6 @@
/* #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
* non-functional.