From 49399f7cf36dfdda58e1bc01f2c9a1bc7a4ed400 Mon Sep 17 00:00:00 2001 From: Christopher Dykes Date: Thu, 1 Jun 2017 11:37:08 -0700 Subject: [PATCH] Remove InlineExecutor.cpp Summary: It is nothing but a file with the license header in it and has been since it was introduced nearly 4 years ago. Reviewed By: yfeldblum Differential Revision: D5163176 fbshipit-source-id: f510411cbb3d9d4c90d68c9b8d1f04d9f97fcb89 --- folly/Makefile.am | 1 - folly/futures/InlineExecutor.cpp | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 folly/futures/InlineExecutor.cpp diff --git a/folly/Makefile.am b/folly/Makefile.am index 00796bb4..1b926cba 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -453,7 +453,6 @@ libfolly_la_SOURCES = \ FingerprintTables.cpp \ futures/Barrier.cpp \ futures/Future.cpp \ - futures/InlineExecutor.cpp \ futures/ManualExecutor.cpp \ futures/QueuedImmediateExecutor.cpp \ futures/ThreadWheelTimekeeper.cpp \ diff --git a/folly/futures/InlineExecutor.cpp b/folly/futures/InlineExecutor.cpp deleted file mode 100644 index bcae8e22..00000000 --- a/folly/futures/InlineExecutor.cpp +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright 2017 Facebook, Inc. - * - * 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. - */ -- 2.34.1