remove the elif branch which already covered by else

This commit is contained in:
bzhao 2020-08-29 09:30:18 +08:00 committed by GitHub
parent bcd2ab52cd
commit 13049d927a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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