From 92433d8af0c50133483eaee8ed8f3ac8ee3b455f Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 3 May 2017 22:21:16 -0700 Subject: [PATCH] Remove bogus _LARGEFILE_SOURCE. Bug: N/A Test: builds Change-Id: I145a521a58dc8f838ce188540b02bcda4e81b610 --- fastboot/fastboot.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index dc6e6981d..e438801ba 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp @@ -26,8 +26,6 @@ * SUCH DAMAGE. */ -#define _LARGEFILE64_SOURCE - #include #include #include