From c9417a641cd4975cae3183528a53eebd7aa8b7e9 Mon Sep 17 00:00:00 2001 From: Nicholas Ormrod Date: Thu, 24 Oct 2024 09:53:46 -0700 Subject: [PATCH] Rm experimental/ExecutionObserver.h Summary: No one is using this shim anymore Reviewed By: ot Differential Revision: D64698392 fbshipit-source-id: 775f11e3c17ac347dd3a0f26d2d40f9d46bfe7af --- .../src/folly/experimental/ExecutionObserver.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 third-party/folly/src/folly/experimental/ExecutionObserver.h diff --git a/third-party/folly/src/folly/experimental/ExecutionObserver.h b/third-party/folly/src/folly/experimental/ExecutionObserver.h deleted file mode 100644 index ea180b39bdd6a..0000000000000 --- a/third-party/folly/src/folly/experimental/ExecutionObserver.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