Commit 5e6c3f96 authored by Dominik Charousset's avatar Dominik Charousset

Remove empty .cpp file

parent dcce2eca
......@@ -100,7 +100,6 @@ set(LIBCAF_CORE_SRCS
src/simple_actor_clock.cpp
src/skip.cpp
src/splitter.cpp
src/stream.cpp
src/stream_aborter.cpp
src/stream_manager.cpp
src/stream_priority.cpp
......
/******************************************************************************
* ____ _ _____ *
* / ___| / \ | ___| C++ *
* | | / _ \ | |_ Actor *
* | |___ / ___ \| _| Framework *
* \____/_/ \_|_| *
* *
* Copyright 2011-2018 Dominik Charousset *
* *
* Distributed under the terms and conditions of the BSD 3-Clause License or *
* (at your option) under the terms and conditions of the Boost Software *
* License 1.0. See accompanying files LICENSE and LICENSE_ALTERNATIVE. *
* *
* If you did not receive a copy of the license files, see *
* http://opensource.org/licenses/BSD-3-Clause and *
* http://www.boost.org/LICENSE_1_0.txt. *
******************************************************************************/
#include "caf/stream.hpp"
namespace caf {
} // namespace caf
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment