From cb94e71845259ae7fa823eb4d21cde74fccd7435 Mon Sep 17 00:00:00 2001 From: Christoph Purrer Date: Fri, 18 Jul 2025 22:01:44 -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 fbshipit-source-id: 8e5bd561c4624064cef72395c1179cbe28c247f6 --- .../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 2c105d9c3f7..00000000000 --- 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 1e1fa0cdb5d..00000000000 --- 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