mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Remove #ifdef __cplusplus guards
PiperOrigin-RevId: 504553878
This commit is contained in:
committed by
Copybara-Service
parent
361af2691d
commit
e2e702b68f
@@ -14,7 +14,6 @@
|
||||
|
||||
#ifndef PLATFORM_IMPL_APPLE_MULTI_THREAD_EXECUTOR_H_
|
||||
#define PLATFORM_IMPL_APPLE_MULTI_THREAD_EXECUTOR_H_
|
||||
#ifdef __cplusplus
|
||||
|
||||
#import "internal/platform/implementation/apple/scheduled_executor.h"
|
||||
#include "internal/platform/implementation/submittable_executor.h"
|
||||
@@ -43,5 +42,4 @@ class MultiThreadExecutor : public api::SubmittableExecutor {
|
||||
} // namespace apple
|
||||
} // namespace nearby
|
||||
|
||||
#endif
|
||||
#endif // PLATFORM_IMPL_APPLE_MULTI_THREAD_EXECUTOR_H_
|
||||
|
||||
Reference in New Issue
Block a user