Skip to content

Commit 8716ff4

Browse files
authored
Remove unnecessary swig logic from Analytics (#1641)
1 parent bc9ee6f commit 8716ff4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

analytics/src/include/firebase/analytics.h

-8
Original file line numberDiff line numberDiff line change
@@ -453,14 +453,6 @@ void LogEvent(const char* name, const char* parameter_name,
453453
/// @endif
454454
void LogEvent(const char* name);
455455

456-
// clang-format off
457-
#ifdef SWIG
458-
// Modify the following overload with unsafe, so that we can do some pinning
459-
// in the C# code.
460-
%csmethodmodifiers LogEvent "public unsafe"
461-
#endif // SWIG
462-
// clang-format on
463-
464456
/// @brief Log an event with associated parameters.
465457
///
466458
/// An Event is an important occurrence in your app that you want to

0 commit comments

Comments
 (0)