From 13049d927a1822972cf65edf2472c8db686d7749 Mon Sep 17 00:00:00 2001 From: bzhao Date: Sat, 29 Aug 2020 09:30:18 +0800 Subject: [PATCH] remove the elif branch which already covered by else --- tensorflow/core/platform/platform.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tensorflow/core/platform/platform.h b/tensorflow/core/platform/platform.h index 8097feb75dc..8241fe0bc00 100644 --- a/tensorflow/core/platform/platform.h +++ b/tensorflow/core/platform/platform.h @@ -47,10 +47,6 @@ limitations under the License. // EMSCRIPTEN builds are considered "mobile" for the sake of portability. #define IS_MOBILE_PLATFORM -#elif defined(__arm__) || defined(__aarch64__) -// If no platform specified, use: -#define PLATFORM_POSIX - #else // If no platform specified, use: #define PLATFORM_POSIX