From 2aa85fcdec271936f4111a056d59e81cd404741f Mon Sep 17 00:00:00 2001 From: Nicholas Ormrod Date: Thu, 24 Oct 2024 09:55:52 -0700 Subject: [PATCH] Rm experimental/ReadMostlySharedPtr.h Summary: Everyone is using the deshimmed version Reviewed By: ot Differential Revision: D64692785 fbshipit-source-id: 414578b718f2368f5445a611c679dcf3caa50ddf --- folly/experimental/BUCK | 10 ---------- folly/experimental/ReadMostlySharedPtr.h | 17 ----------------- 2 files changed, 27 deletions(-) delete mode 100644 folly/experimental/ReadMostlySharedPtr.h diff --git a/folly/experimental/BUCK b/folly/experimental/BUCK index b444d233579..fe1a3d735fd 100644 --- a/folly/experimental/BUCK +++ b/folly/experimental/BUCK @@ -80,16 +80,6 @@ cpp_library( ], ) -cpp_library( - name = "read_mostly_shared_ptr", - headers = [ - "ReadMostlySharedPtr.h", - ], - exported_deps = [ - "//folly/concurrency/memory:read_mostly_shared_ptr", - ], -) - cpp_library( name = "single_writer_fixed_hash_map", headers = [ diff --git a/folly/experimental/ReadMostlySharedPtr.h b/folly/experimental/ReadMostlySharedPtr.h deleted file mode 100644 index cfefe3aeae1..00000000000 --- a/folly/experimental/ReadMostlySharedPtr.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#include