From 532184c806cc4663c55ab0ab58d5409c377a7426 Mon Sep 17 00:00:00 2001 From: Christoph Purrer Date: Fri, 18 Jul 2025 20:55:36 -0700 Subject: [PATCH] Delete old location of CallbackWrapper / LongLivedObject (#52649) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/52649 Changelog: [Internal] RN-Windows has been updated > https://github.com/microsoft/react-native-windows/pull/14839 Reviewed By: rshest Differential Revision: D78312252 --- .../nativemodule/core/ReactCommon/CallbackWrapper.h | 11 ----------- .../nativemodule/core/ReactCommon/LongLivedObject.h | 11 ----------- 2 files changed, 22 deletions(-) delete mode 100644 packages/react-native/ReactCommon/react/nativemodule/core/ReactCommon/CallbackWrapper.h delete mode 100644 packages/react-native/ReactCommon/react/nativemodule/core/ReactCommon/LongLivedObject.h diff --git a/packages/react-native/ReactCommon/react/nativemodule/core/ReactCommon/CallbackWrapper.h b/packages/react-native/ReactCommon/react/nativemodule/core/ReactCommon/CallbackWrapper.h deleted file mode 100644 index 2c105d9c3f7238..00000000000000 --- a/packages/react-native/ReactCommon/react/nativemodule/core/ReactCommon/CallbackWrapper.h +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - -#pragma once - -// This header is left here for compatibility reasons. -#include diff --git a/packages/react-native/ReactCommon/react/nativemodule/core/ReactCommon/LongLivedObject.h b/packages/react-native/ReactCommon/react/nativemodule/core/ReactCommon/LongLivedObject.h deleted file mode 100644 index 1e1fa0cdb5d7c3..00000000000000 --- a/packages/react-native/ReactCommon/react/nativemodule/core/ReactCommon/LongLivedObject.h +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - */ - -#pragma once - -// This header is left here for compatibility reasons. -#include