From 6aa64852f02d11ac3fde50b3e01762fd46c0804c Mon Sep 17 00:00:00 2001 From: Nicholas Ormrod Date: Thu, 17 Oct 2024 16:31:40 -0700 Subject: [PATCH] Rm experimental/Instructions.,h Summary: No one is using this shim anymore Reviewed By: yfeldblum Differential Revision: D64491818 Privacy Context Container: L1266238 fbshipit-source-id: ae12221b051e61c0c02b2f2e66cb2e63b2c30860 --- folly/experimental/BUCK | 10 ---------- folly/experimental/Instructions.h | 17 ----------------- 2 files changed, 27 deletions(-) delete mode 100644 folly/experimental/Instructions.h diff --git a/folly/experimental/BUCK b/folly/experimental/BUCK index fde5d1c162a..2f18b413696 100644 --- a/folly/experimental/BUCK +++ b/folly/experimental/BUCK @@ -101,16 +101,6 @@ cpp_library( ], ) -cpp_library( - name = "instructions", - headers = [ - "Instructions.h", - ], - exported_deps = [ - "//folly/compression:instructions", - ], -) - cpp_library( name = "lock_free_ring_buffer", headers = [ diff --git a/folly/experimental/Instructions.h b/folly/experimental/Instructions.h deleted file mode 100644 index 32b2c3931d3..00000000000 --- a/folly/experimental/Instructions.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