From 26ed5fbeac868ac8ed1a0b8b381654403b516e7f Mon Sep 17 00:00:00 2001 From: a-maurice Date: Tue, 10 Sep 2024 11:02:57 -0700 Subject: [PATCH] Remove unnecessary swig logic from Analytics --- analytics/src/include/firebase/analytics.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/analytics/src/include/firebase/analytics.h b/analytics/src/include/firebase/analytics.h index 286cb7c59..746df9989 100644 --- a/analytics/src/include/firebase/analytics.h +++ b/analytics/src/include/firebase/analytics.h @@ -453,14 +453,6 @@ void LogEvent(const char* name, const char* parameter_name, /// @endif void LogEvent(const char* name); -// clang-format off -#ifdef SWIG -// Modify the following overload with unsafe, so that we can do some pinning -// in the C# code. -%csmethodmodifiers LogEvent "public unsafe" -#endif // SWIG -// clang-format on - /// @brief Log an event with associated parameters. /// /// An Event is an important occurrence in your app that you want to