Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions src/sentry_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,17 +147,8 @@ sentry__exit_crash_handler(void)
}
}

// TODO: remove sentry__native_init after console SDKs have been migrated to
// platform integrations
#if (defined(SENTRY_PLATFORM_NX) || defined(SENTRY_PLATFORM_PS) \
|| defined(SENTRY_PLATFORM_XBOX)) \
&& !defined(SENTRY_INTEGRATION_PLATFORM)
int
sentry__native_init(sentry_options_t *options)
#else
int
sentry_init(sentry_options_t *options)
#endif
{
// pre-init here, so we can consistently use bailing out to :fail
sentry_transport_t *transport = NULL;
Expand Down
8 changes: 0 additions & 8 deletions src/sentry_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,12 +165,4 @@ bool sentry__should_send_transaction(
sentry_value_t tx_ctx, sentry_sampling_context_t *sampling_ctx);
#endif

// TODO: remove sentry__native_init after console SDKs have been migrated to
// platform integrations
#if (defined(SENTRY_PLATFORM_NX) || defined(SENTRY_PLATFORM_PS) \
|| defined(SENTRY_PLATFORM_XBOX)) \
&& !defined(SENTRY_INTEGRATION_PLATFORM)
int sentry__native_init(sentry_options_t *options);
#endif

#endif
Loading