Commit dd2bab79 authored by Joseph Noir's avatar Joseph Noir

Remove unused file

parent 4d140253
...@@ -50,7 +50,6 @@ set(LIBCAF_IO_SRCS ...@@ -50,7 +50,6 @@ set(LIBCAF_IO_SRCS
src/newb_base.cpp src/newb_base.cpp
src/newb_tcp.cpp src/newb_tcp.cpp
src/newb_udp.cpp src/newb_udp.cpp
src/newb.cpp
src/policies.cpp src/policies.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/io/newb.hpp"
namespace caf {
namespace io {
// TODO: Delete this file.
} // namespace io
} // 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