aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Util/FSTLogger.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Source/Util/FSTLogger.h')
-rw-r--r--Firestore/Source/Util/FSTLogger.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Firestore/Source/Util/FSTLogger.h b/Firestore/Source/Util/FSTLogger.h
index 699570a..c4e2b85 100644
--- a/Firestore/Source/Util/FSTLogger.h
+++ b/Firestore/Source/Util/FSTLogger.h
@@ -18,17 +18,9 @@
NS_ASSUME_NONNULL_BEGIN
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/** Logs to NSLog if [FIRFirestore isLoggingEnabled] is YES. */
void FSTLog(NSString *format, ...) NS_FORMAT_FUNCTION(1, 2);
void FSTWarn(NSString *format, ...) NS_FORMAT_FUNCTION(1, 2);
-#ifdef __cplusplus
-} // extern "C"
-#endif
-
NS_ASSUME_NONNULL_END