diff options
author | 2024-03-15 19:15:45 +0000 | |
---|---|---|
committer | 2024-03-15 19:15:45 +0000 | |
commit | 75b55240cc54e0d669c47f1092a96654183a415e (patch) | |
tree | 2018a2940663b7c69b7a58a2bbabcaf675204dae | |
parent | 81fed5f34e2dc97da673934e6e273c5cb9151fe7 (diff) |
Remove dead __STDC_LIMIT_MACROS.
None of our libcs need this any more.
Change-Id: I83de62b66c11ed36db0faee746cc2a68708c6fc6
-rw-r--r-- | services/surfaceflinger/FrameTracker.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/services/surfaceflinger/FrameTracker.cpp b/services/surfaceflinger/FrameTracker.cpp index 178c531a2a..ca8cdc3c0a 100644 --- a/services/surfaceflinger/FrameTracker.cpp +++ b/services/surfaceflinger/FrameTracker.cpp @@ -18,9 +18,6 @@ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wconversion" -// This is needed for stdint.h to define INT64_MAX in C++ -#define __STDC_LIMIT_MACROS - #include <inttypes.h> #include <android-base/stringprintf.h> |