Remove InlineExecutor.cpp
authorChristopher Dykes <cdykes@fb.com>
Thu, 1 Jun 2017 18:37:08 +0000 (11:37 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 1 Jun 2017 18:55:28 +0000 (11:55 -0700)
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
folly/futures/InlineExecutor.cpp [deleted file]

index 00796bb46390c88016efe9b2d38c65d16576f105..1b926cbac3885135f44e9a2275165bdb911c9801 100644 (file)
@@ -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 (file)
index bcae8e2..0000000
+++ /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.
- */