From: Christopher Dykes <cdykes@fb.com>
Date: Thu, 1 Jun 2017 18:37:08 +0000 (-0700)
Subject: Remove InlineExecutor.cpp
X-Git-Tag: v2017.06.05.00~8
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=49399f7cf36dfdda58e1bc01f2c9a1bc7a4ed400;p=folly.git

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
---

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.
- */